diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc index f65ab4c666ebb49a1bd2976838c60ef229d860bb..42de880b7f8bf3c4f21628131e71d81b54db4d71 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 fea16e1a1924433d79ec0d4768607b8c049b5fad..19e0d59bc6670037c5aee4bdc9f09b2f27f569ae 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 c2df94988ffd6602810cb96ca3623a9d8deab81e..92d4119f70d02df9ddf4d03eafbecff45f4c67b9 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 2355157cb889cb994629d1c4d137c2ecedcc07a7..4e3b22132cf8d7d584cc020fba7f40c844fecc06 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 dc70185f4b91e41450bf276a4474e90febc20db4..0c18a60b4ef59661dcbd08702b5544277b43e9fa 100644 --- a/core/includes/menu.inc +++ b/core/includes/menu.inc @@ -121,7 +121,7 @@ const MENU_IS_LOCAL_ACTION = 0x0100; /** - * @} End of "Menu flags". + * @} End of "defgroup menu_flags". */ /** @@ -186,7 +186,7 @@ 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_INLINE = 0x0002; /** - * @} End of "Menu context types". + * @} End of "defgroup menu_context_types". */ /** @@ -244,7 +244,7 @@ const MENU_SITE_ONLINE = 5; /** - * @} End of "Menu status codes". + * @} End of "defgroup menu_status_codes". */ /** @@ -266,7 +266,7 @@ /** - * @} End of "Menu tree parameters". + * @} End of "defgroup menu_tree_parameters". */ /** diff --git a/core/includes/pager.inc b/core/includes/pager.inc index 201c5ad6f2137bde66dc320b695c6351af7b6198..458302380faa5368f785e60e3c0520619a1d7c80 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 f698189993dcedabff6874c9458b27e1af4be057..c11068ff3647489b7f41dd4aef8b6e4d8d14f484 100644 --- a/core/includes/schema.inc +++ b/core/includes/schema.inc @@ -9,7 +9,7 @@ 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 2a88969f8c806cf54db53ae12a48981ab5fc3d69..7d638f669bda946ba667f8e6dcb1929a3dfc4372 100644 --- a/core/includes/theme.inc +++ b/core/includes/theme.inc @@ -31,7 +31,7 @@ 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 fb6f450894b4a43dbbe40f8e9725a15fdf69f2f8..18ce17196d394ce36e4bc71a9c74db8bf735c2a8 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 0e7ab721ef31988e0b4a143f216a78f4b24615f6..8668c0f1a937cd50afb6dc99e82b8dc4435988ce 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 PDOException; /** - * @ingroup database + * @addtogroup database * @{ */ @@ -207,5 +207,5 @@ protected function popCommittableTransactions() { /** - * @} 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 2961aebffc3d4bc4bd4880d239578ad6be9af210..c8b4171358223b29dfb9c60b95cafa837d018a03 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 Exception; /** - * @ingroup schemaapi + * @addtogroup schemaapi * @{ */ @@ -541,5 +541,5 @@ public function fieldExists($table, $column) { } /** - * @} 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 a8bdaa917a543a2b50413a4cdf493f27b891f9d1..b3f6d64442362a76987cb75e1638f30b1d85f9f5 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 PDOException; /** - * @ingroup database + * @addtogroup database * @{ */ @@ -211,5 +211,5 @@ public function nextId($existing = 0) { } /** - * @} 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 7206e178dba0a37da6b061eb94064c6e84d79484..6ce4a0af84d263132507db82e3786e21872c95a1 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 Exception; /** - * @ingroup schemaapi + * @addtogroup schemaapi * @{ */ @@ -627,5 +627,5 @@ public function getComment($table, $column = NULL) { } /** - * @} 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 a9226b26dbcfb7416546685c221c402e9a297a39..c2a5a05eb76abb9b6ac1b3295badc1525e902d25 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 @@ use Drupal\Core\Database\Query\Select as QuerySelect; /** - * @ingroup database + * @addtogroup database * @{ */ @@ -107,5 +107,5 @@ public function orderBy($field, $direction = 'ASC') { } /** - * @} End of "ingroup database". + * @} End of "addtogroup database". */ diff --git a/core/modules/block/block.install b/core/modules/block/block.install index 1b450cd37d8e66a77576ecad11c40a8c82361387..632e10687e32a7fa22e908c56f02d725c8eaf7cc 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 6e96192cc3eef73e8e29b69373ce57f5c1264c0b..4b3c9fc0b24ee15b667bc3cdcfe5d4a056579db3 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 7fce1250602702e630d7ecc8d02755c5ab2b432d..288fd66f9b1e2360440cb624d5dd6593d7a2283c 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 cf597f0d9620f383f34ce789149a626f0b532d0f..e4b28a9ec486a86e0b2f9655098a39703872a02c 100644 --- a/core/modules/field/field.attach.inc +++ b/core/modules/field/field.attach.inc @@ -43,7 +43,7 @@ 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 78bc62e34b8b0da325e6d76b8ab404b23d422a44..7ce5b98411a0c01e241403cfc794c44dda99dfd6 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 6fc85ad12650f7f147170b33ebe82cf536404c3a..d89d21f04092395eeeb8f1de39224c805cdb98e3 100644 --- a/core/modules/field/field.module +++ b/core/modules/field/field.module @@ -1097,7 +1097,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 ff85b5d957a529b491f4a16a98bb5205ea505498..80cbe786ba2b85b8ac68895743615f2516f42106 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 5d5589eb97bb7c1e999a2f87b86e35d954a818dc..94d8a0375c0396b09d2fc7613d01bb98ab2c475e 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 d740c671ccdcff5d8d14789579b3eb40eecc826a..b29bdeea54c9625d5099e17408d3c755371823af 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 b2616ab6b87b6121acaacb402136db8983f652bb..ee8905909f771fd90598ba48043e68e568d0c725 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 830f9905f17636a4b9ce0ab55f1bf86a2d6c3fc5..d348043f7a3cb5f2807551921c7c393e9649820b 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 b8dd8221b7c14a5aa14367469495379770c50258..6f47195e8a389c1fdd77fd8db26551e6ac5c81d8 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 8958f317ab04faac4a9d7336b95c1c1fc3f4f8d3..1e93e163fb4fbb9cced8a10cfa5adea64bd0ce68 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -1866,6 +1866,6 @@ function system_update_8009() { } /** - * @} 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 755689c479e83ef9c6a480a8db1d5825ec9ee3e3..7fdb8a2cb10ea917b4313fec258f3e24c08f31ea 100644 --- a/core/modules/taxonomy/taxonomy.module +++ b/core/modules/taxonomy/taxonomy.module @@ -1659,5 +1659,5 @@ function taxonomy_taxonomy_term_delete(Term $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 ce11aafefbaed1bef945795a3aeac64f3b166143..b1ff2729b2de47db30e6654b4219b5c6589751f7 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". */