diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc index f65ab4c..42de880 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -2814,7 +2814,7 @@ function ip_address() { } /** - * @ingroup registry + * @addtogroup registry * @{ */ @@ -3049,7 +3049,7 @@ function registry_update() { } /** - * @} End of "ingroup registry". + * @} End of "addtogroup registry". */ /** diff --git a/core/includes/common.inc b/core/includes/common.inc index 14154af..865280a 100644 --- a/core/includes/common.inc +++ b/core/includes/common.inc @@ -1020,7 +1020,7 @@ function drupal_http_request($url, array $options = array()) { return $result; } /** - * @} End of "HTTP handling". + * @} End of "defgroup http_handling". */ /** diff --git a/core/includes/database.inc b/core/includes/database.inc index c2df949..92d4119 100644 --- a/core/includes/database.inc +++ b/core/includes/database.inc @@ -574,7 +574,7 @@ function db_condition($conjunction) { /** - * @ingroup schemaapi + * @addtogroup schemaapi * @{ */ @@ -891,7 +891,7 @@ function db_change_field($table, $field, $field_new, $spec, $keys_new = array()) } /** - * @} End of "ingroup schemaapi". + * @} End of "addtogroup schemaapi". */ /** diff --git a/core/includes/gettext.inc b/core/includes/gettext.inc index 2355157..4e3b221 100644 --- a/core/includes/gettext.inc +++ b/core/includes/gettext.inc @@ -1127,5 +1127,5 @@ function _locale_export_wrap($str, $len) { } /** - * @} End of "locale-api-import-export" + * @} End of "defgroup locale-api-import-export". */ diff --git a/core/includes/menu.inc b/core/includes/menu.inc index dc70185..0c18a60 100644 --- a/core/includes/menu.inc +++ b/core/includes/menu.inc @@ -121,7 +121,7 @@ const MENU_IS_LOCAL_TASK = 0x0080; const MENU_IS_LOCAL_ACTION = 0x0100; /** - * @} End of "Menu flags". + * @} End of "defgroup menu_flags". */ /** @@ -186,7 +186,7 @@ define('MENU_DEFAULT_LOCAL_TASK', MENU_IS_LOCAL_TASK | MENU_LINKS_TO_PARENT | ME define('MENU_LOCAL_ACTION', MENU_IS_LOCAL_TASK | MENU_IS_LOCAL_ACTION | MENU_VISIBLE_IN_BREADCRUMB); /** - * @} End of "Menu item types". + * @} End of "defgroup menu_item_types". */ /** @@ -214,7 +214,7 @@ const MENU_CONTEXT_PAGE = 0x0001; const MENU_CONTEXT_INLINE = 0x0002; /** - * @} End of "Menu context types". + * @} End of "defgroup menu_context_types". */ /** @@ -244,7 +244,7 @@ const MENU_SITE_OFFLINE = 4; const MENU_SITE_ONLINE = 5; /** - * @} End of "Menu status codes". + * @} End of "defgroup menu_status_codes". */ /** @@ -266,7 +266,7 @@ const MENU_MAX_DEPTH = 9; /** - * @} End of "Menu tree parameters". + * @} End of "defgroup menu_tree_parameters". */ /** diff --git a/core/includes/pager.inc b/core/includes/pager.inc index 201c5ad..4583023 100644 --- a/core/includes/pager.inc +++ b/core/includes/pager.inc @@ -643,7 +643,7 @@ function theme_pager_link($variables) { } /** - * @} End of "Pager pieces". + * @} End of "defgroup pagerpieces". */ /** diff --git a/core/includes/schema.inc b/core/includes/schema.inc index f698189..c11068f 100644 --- a/core/includes/schema.inc +++ b/core/includes/schema.inc @@ -9,7 +9,7 @@ use Drupal\Core\Database\Database; use Drupal\Core\Utility\SchemaCache; /** - * @ingroup schemaapi + * @addtogroup schemaapi * @{ */ @@ -518,5 +518,5 @@ function drupal_write_record($table, &$record, $primary_keys = array()) { } /** - * @} End of "ingroup schemaapi". + * @} End of "addtogroup schemaapi". */ diff --git a/core/includes/theme.inc b/core/includes/theme.inc index 2a88969..7d638f6 100644 --- a/core/includes/theme.inc +++ b/core/includes/theme.inc @@ -31,7 +31,7 @@ const MARK_NEW = 1; const MARK_UPDATED = 2; /** - * @} End of "Content markers". + * @} End of "defgroup content_flags". */ /** @@ -1530,7 +1530,7 @@ function theme_disable($theme_list) { } /** - * @ingroup themeable + * @addtogroup themeable * @{ */ @@ -2323,7 +2323,7 @@ function theme_indentation($variables) { } /** - * @} End of "ingroup themeable". + * @} End of "addtogroup themeable". */ /** diff --git a/core/includes/update.inc b/core/includes/update.inc index fb6f450..18ce171 100644 --- a/core/includes/update.inc +++ b/core/includes/update.inc @@ -949,5 +949,5 @@ function update_variables_to_config($config_name, array $variable_map = array()) */ /** - * @} End of "defgroup update-api-7.x-to-8.x" + * @} End of "defgroup update-api-7.x-to-8.x". */ diff --git a/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php b/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php index 0e7ab72..8668c0f 100644 --- a/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php +++ b/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php @@ -15,7 +15,7 @@ use PDO; use PDOException; /** - * @ingroup database + * @addtogroup database * @{ */ @@ -207,5 +207,5 @@ class Connection extends DatabaseConnection { /** - * @} End of "ingroup database". + * @} End of "addtogroup database". */ diff --git a/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php b/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php index 2961aeb..c8b4171 100644 --- a/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php +++ b/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php @@ -16,7 +16,7 @@ use Drupal\Core\Database\Schema as DatabaseSchema; use Exception; /** - * @ingroup schemaapi + * @addtogroup schemaapi * @{ */ @@ -541,5 +541,5 @@ class Schema extends DatabaseSchema { } /** - * @} End of "ingroup schemaapi". + * @} End of "addtogroup schemaapi". */ diff --git a/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php b/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php index a8bdaa9..b3f6d64 100644 --- a/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php +++ b/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php @@ -15,7 +15,7 @@ use PDO; use PDOException; /** - * @ingroup database + * @addtogroup database * @{ */ @@ -211,5 +211,5 @@ class Connection extends DatabaseConnection { } /** - * @} End of "ingroup database". + * @} End of "addtogroup database". */ diff --git a/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php b/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php index 7206e17..6ce4a0a 100644 --- a/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php +++ b/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php @@ -16,7 +16,7 @@ use Drupal\Core\Database\Schema as DatabaseSchema; use Exception; /** - * @ingroup schemaapi + * @addtogroup schemaapi * @{ */ @@ -627,5 +627,5 @@ class Schema extends DatabaseSchema { } /** - * @} End of "ingroup database". + * @} End of "addtogroup schemaapi". */ diff --git a/core/lib/Drupal/Core/Database/Driver/pgsql/Select.php b/core/lib/Drupal/Core/Database/Driver/pgsql/Select.php index a9226b2..c2a5a05 100644 --- a/core/lib/Drupal/Core/Database/Driver/pgsql/Select.php +++ b/core/lib/Drupal/Core/Database/Driver/pgsql/Select.php @@ -10,7 +10,7 @@ namespace Drupal\Core\Database\Driver\pgsql; use Drupal\Core\Database\Query\Select as QuerySelect; /** - * @ingroup database + * @addtogroup database * @{ */ @@ -107,5 +107,5 @@ class Select extends QuerySelect { } /** - * @} End of "ingroup database". + * @} End of "addtogroup database". */ diff --git a/core/modules/block/block.install b/core/modules/block/block.install index 1b450cd..632e106 100644 --- a/core/modules/block/block.install +++ b/core/modules/block/block.install @@ -267,6 +267,6 @@ function block_update_8001() { } /** - * @} End of "addtogroup updates-7.x-to-8.x" + * @} End of "addtogroup updates-7.x-to-8.x". * The next series of updates should start at 9000. */ diff --git a/core/modules/comment/comment.install b/core/modules/comment/comment.install index 6e96192..4b3c9fc 100644 --- a/core/modules/comment/comment.install +++ b/core/modules/comment/comment.install @@ -282,6 +282,6 @@ function comment_update_8000() { } /** - * @} End of "addtogroup updates-7.x-to-8.x" + * @} End of "addtogroup updates-7.x-to-8.x". * The next series of updates should start at 9000. */ diff --git a/core/modules/field/field.api.php b/core/modules/field/field.api.php index 44aa50b..0083d44 100644 --- a/core/modules/field/field.api.php +++ b/core/modules/field/field.api.php @@ -678,7 +678,7 @@ function hook_field_is_empty($item, $field) { } /** - * @} End of "defgroup field_types" + * @} End of "defgroup field_types". */ /** @@ -960,7 +960,7 @@ function hook_field_widget_error($element, $error, $form, &$form_state) { /** - * @} End of "defgroup field_widget" + * @} End of "defgroup field_widget". */ @@ -1199,11 +1199,11 @@ function hook_field_formatter_view($entity_type, $entity, $field, $instance, $la } /** - * @} End of "defgroup field_formatter" + * @} End of "defgroup field_formatter". */ /** - * @ingroup field_attach + * @addtogroup field_attach * @{ */ @@ -1555,11 +1555,11 @@ function hook_field_attach_delete_bundle($entity_type, $bundle, $instances) { } /** - * @} End of "defgroup field_attach" + * @} End of "addtogroup field_attach". */ /** - * @ingroup field_storage + * @addtogroup field_storage * @{ */ @@ -2392,11 +2392,11 @@ function hook_field_widget_properties_ENTITY_TYPE_alter(&$widget, $context) { } /** - * @} End of "ingroup field_storage" + * @} End of "addtogroup field_storage". */ /** - * @ingroup field_crud + * @addtogroup field_crud * @{ */ @@ -2646,7 +2646,7 @@ function hook_field_storage_purge($entity_type, $entity, $field, $instance) { } /** - * @} End of "ingroup field_crud" + * @} End of "addtogroup field_crud". */ /** @@ -2677,5 +2677,5 @@ function hook_field_access($op, $field, $entity_type, $entity, $account) { } /** - * @} End of "addtogroup hooks" + * @} End of "addtogroup hooks". */ diff --git a/core/modules/field/field.attach.inc b/core/modules/field/field.attach.inc index cf597f0..e4b28a9 100644 --- a/core/modules/field/field.attach.inc +++ b/core/modules/field/field.attach.inc @@ -43,7 +43,7 @@ const FIELD_STORAGE_UPDATE = 'update'; const FIELD_STORAGE_INSERT = 'insert'; /** - * @} End of "defgroup field_storage" + * @} End of "defgroup field_storage". */ /** @@ -1344,5 +1344,5 @@ function field_attach_delete_bundle($entity_type, $bundle) { /** - * @} End of "defgroup field_attach" + * @} End of "defgroup field_attach". */ diff --git a/core/modules/field/field.info.inc b/core/modules/field/field.info.inc index 78bc62e..7ce5b98 100644 --- a/core/modules/field/field.info.inc +++ b/core/modules/field/field.info.inc @@ -901,5 +901,5 @@ function field_info_storage_settings($type) { } /** - * @} End of "defgroup field_info" + * @} End of "defgroup field_info". */ diff --git a/core/modules/field/field.module b/core/modules/field/field.module index ab67eb2..e08f4d0 100644 --- a/core/modules/field/field.module +++ b/core/modules/field/field.module @@ -1095,7 +1095,7 @@ function template_process_field(&$variables, $hook) { } } /** - * @} End of "defgroup field" + * @} End of "defgroup field". */ /** diff --git a/core/modules/field_ui/field_ui.api.php b/core/modules/field_ui/field_ui.api.php index ff85b5d..80cbe78 100644 --- a/core/modules/field_ui/field_ui.api.php +++ b/core/modules/field_ui/field_ui.api.php @@ -199,5 +199,5 @@ function hook_field_formatter_settings_summary($field, $instance, $view_mode) { } /** - * @} End of "addtogroup field_types" + * @} End of "addtogroup field_types". */ diff --git a/core/modules/filter/filter.module b/core/modules/filter/filter.module index 5d5589e..94d8a03 100644 --- a/core/modules/filter/filter.module +++ b/core/modules/filter/filter.module @@ -1693,5 +1693,5 @@ function _filter_html_escape_tips($filter, $format, $long = FALSE) { } /** - * @} End of "Standard filters". + * @} End of "defgroup standard_filters". */ diff --git a/core/modules/locale/locale.install b/core/modules/locale/locale.install index d740c67..b29bdee 100644 --- a/core/modules/locale/locale.install +++ b/core/modules/locale/locale.install @@ -542,6 +542,6 @@ function locale_update_8009() { } /** - * @} End of "addtogroup updates-7.x-to-8.x" + * @} End of "addtogroup updates-7.x-to-8.x". * The next series of updates should start at 9000. */ diff --git a/core/modules/node/node.install b/core/modules/node/node.install index b2616ab..ee89059 100644 --- a/core/modules/node/node.install +++ b/core/modules/node/node.install @@ -558,6 +558,6 @@ function node_update_8002() { } /** - * @} End of "addtogroup updates-7.x-to-8.x" + * @} End of "addtogroup updates-7.x-to-8.x". * The next series of updates should start at 9000. */ diff --git a/core/modules/openid/openid.install b/core/modules/openid/openid.install index 830f990..d348043 100644 --- a/core/modules/openid/openid.install +++ b/core/modules/openid/openid.install @@ -156,5 +156,5 @@ function openid_update_6000() { } /** - * @} End of "addtogroup updates-6.x-to-7.x" + * @} End of "addtogroup updates-6.x-to-7.x". */ diff --git a/core/modules/system/image.gd.inc b/core/modules/system/image.gd.inc index b8dd822..6f47195 100644 --- a/core/modules/system/image.gd.inc +++ b/core/modules/system/image.gd.inc @@ -6,7 +6,7 @@ */ /** - * @ingroup image + * @addtogroup image * @{ */ @@ -351,5 +351,5 @@ function image_gd_get_info(stdClass $image) { } /** - * @} End of "ingroup image". + * @} End of "addtogroup image". */ diff --git a/core/modules/system/system.install b/core/modules/system/system.install index 83def52..d4eb47e 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -1856,6 +1856,6 @@ function system_update_8008() { } /** - * @} End of "defgroup updates-7.x-to-8.x" + * @} End of "defgroup updates-7.x-to-8.x". * The next series of updates should start at 9000. */ diff --git a/core/modules/taxonomy/taxonomy.module b/core/modules/taxonomy/taxonomy.module index 024f3ed..297125e 100644 --- a/core/modules/taxonomy/taxonomy.module +++ b/core/modules/taxonomy/taxonomy.module @@ -1657,5 +1657,5 @@ function taxonomy_taxonomy_term_delete(TaxonomyTerm $term) { } /** - * @} End of "defgroup taxonomy_index" + * @} End of "defgroup taxonomy_index". */ diff --git a/core/modules/user/user.install b/core/modules/user/user.install index ce11aaf..b1ff272 100644 --- a/core/modules/user/user.install +++ b/core/modules/user/user.install @@ -399,5 +399,5 @@ function user_update_8001() { } /** - * @} End of "addtogroup updates-7.x-to-8.x" + * @} End of "addtogroup updates-7.x-to-8.x". */