diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc index 4d298ea..41c82b8 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -2857,7 +2857,7 @@ function ip_address() { } /** - * @ingroup schemaapi + * @addtogroup schemaapi * @{ */ @@ -2973,12 +2973,12 @@ function drupal_get_complete_schema($rebuild = FALSE) { } /** - * @} End of "ingroup schemaapi". + * @} End of "addtogroup schemaapi". */ /** - * @ingroup registry + * @addtogroup registry * @{ */ @@ -3118,7 +3118,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 c6a29b7..c3a5080 100644 --- a/core/includes/common.inc +++ b/core/includes/common.inc @@ -1009,7 +1009,7 @@ function drupal_http_request($url, array $options = array()) { return $result; } /** - * @} End of "HTTP handling". + * @} End of "defgroup http_handling". */ function _fix_gpc_magic(&$item) { @@ -6723,7 +6723,7 @@ function drupal_common_theme() { } /** - * @ingroup schemaapi + * @addtogroup schemaapi * @{ */ @@ -7023,7 +7023,7 @@ function drupal_write_record($table, &$record, $primary_keys = array()) { } /** - * @} End of "ingroup schemaapi". + * @} End of "addtogroup schemaapi". */ /** diff --git a/core/includes/database/database.inc b/core/includes/database/database.inc index 77584f9..375fc3a 100644 --- a/core/includes/database/database.inc +++ b/core/includes/database/database.inc @@ -2665,7 +2665,7 @@ function db_condition($conjunction) { /** - * @ingroup schemaapi + * @addtogroup schemaapi * @{ */ @@ -2982,7 +2982,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/database/mysql/database.inc b/core/includes/database/mysql/database.inc index a57f7dd..b1a72de 100644 --- a/core/includes/database/mysql/database.inc +++ b/core/includes/database/mysql/database.inc @@ -6,7 +6,7 @@ */ /** - * @ingroup database + * @addtogroup database * @{ */ @@ -197,5 +197,5 @@ class DatabaseConnection_mysql extends DatabaseConnection { /** - * @} End of "ingroup database". + * @} End of "addtogroup database". */ diff --git a/core/includes/database/mysql/query.inc b/core/includes/database/mysql/query.inc index 888b6a5..cedd2e0 100644 --- a/core/includes/database/mysql/query.inc +++ b/core/includes/database/mysql/query.inc @@ -1,15 +1,14 @@ rowCount(); } } + +/** + * @} End of "addtogroup database". + */ diff --git a/core/includes/database/pgsql/schema.inc b/core/includes/database/pgsql/schema.inc index 9ed8a26..7300406 100644 --- a/core/includes/database/pgsql/schema.inc +++ b/core/includes/database/pgsql/schema.inc @@ -6,7 +6,7 @@ */ /** - * @ingroup schemaapi + * @addtogroup schemaapi * @{ */ @@ -615,3 +615,7 @@ class DatabaseSchema_pgsql extends DatabaseSchema { } } } + +/** + * @} End of "addtogroup schemaapi". + */ diff --git a/core/includes/database/pgsql/select.inc b/core/includes/database/pgsql/select.inc index d1d8382..f6a83db 100644 --- a/core/includes/database/pgsql/select.inc +++ b/core/includes/database/pgsql/select.inc @@ -6,7 +6,7 @@ */ /** - * @ingroup database + * @addtogroup database * @{ */ @@ -103,6 +103,6 @@ class SelectQuery_pgsql extends SelectQuery { } /** - * @} End of "ingroup database". + * @} End of "addtogroup database". */ diff --git a/core/includes/database/prefetch.inc b/core/includes/database/prefetch.inc index 4f2b19d..3b36a4e 100644 --- a/core/includes/database/prefetch.inc +++ b/core/includes/database/prefetch.inc @@ -9,7 +9,7 @@ */ /** - * @ingroup database + * @addtogroup database * @{ */ @@ -502,6 +502,6 @@ class DatabaseStatementPrefetch implements Iterator, DatabaseStatementInterface } /** - * @} End of "ingroup database". + * @} End of "addtogroup database". */ diff --git a/core/includes/database/query.inc b/core/includes/database/query.inc index 9cdd878..c94140e 100644 --- a/core/includes/database/query.inc +++ b/core/includes/database/query.inc @@ -1,13 +1,13 @@ fetchAllKeyed(0, 0); } } + +/** + * @} End of "addtogroup schemaapi". + */ diff --git a/core/includes/database/sqlite/select.inc b/core/includes/database/sqlite/select.inc index fb926ef..9037a0e 100644 --- a/core/includes/database/sqlite/select.inc +++ b/core/includes/database/sqlite/select.inc @@ -6,7 +6,7 @@ */ /** - * @ingroup database + * @addtogroup database * @{ */ @@ -21,7 +21,7 @@ class SelectQuery_sqlite extends SelectQuery { } /** - * @} End of "ingroup database". + * @} End of "addtogroup database". */ diff --git a/core/includes/gettext.inc b/core/includes/gettext.inc index 08fa38f..97d1c31 100644 --- a/core/includes/gettext.inc +++ b/core/includes/gettext.inc @@ -8,7 +8,7 @@ */ /** - * @defgroup locale-api-import-export Translation import/export API. + * @defgroup locale_api_import_export Translation import/export API * @{ * Functions to import and export translations. * @@ -1096,5 +1096,5 @@ function _locale_export_remove_plural($entry) { return preg_replace('/(@count)\[[0-9]\]/', '\\1', $entry); } /** - * @} End of "locale-api-import-export" + * @} End of "defgroup locale_api_import_export". */ diff --git a/core/includes/locale.inc b/core/includes/locale.inc index 4cd0c59..b9789ad 100644 --- a/core/includes/locale.inc +++ b/core/includes/locale.inc @@ -97,7 +97,7 @@ const LOCALE_LANGUAGE_NEGOTIATION_URL_PREFIX = 0; const LOCALE_LANGUAGE_NEGOTIATION_URL_DOMAIN = 1; /** - * @defgroup locale-languages-negotiation Language negotiation options + * @defgroup locale_languages_negotiation Language negotiation options * @{ * Functions for language negotiation. * @@ -513,7 +513,7 @@ function locale_language_url_rewrite_session(&$path, &$options) { } /** - * @} End of "locale-languages-negotiation" + * @} End of "defgroup locale_languages_negotiation". */ /** @@ -866,7 +866,7 @@ function _locale_rebuild_js($langcode = NULL) { } /** - * @defgroup locale-api-predefined List of predefined languages + * @defgroup locale_api_predefined List of predefined languages * @{ * API to provide a list of predefined languages. */ @@ -890,7 +890,7 @@ function _locale_prepare_predefined_list() { } /** - * @} End of "locale-api-languages-predefined" + * @} End of "defgroup locale_api_languages_predefined". */ /** diff --git a/core/includes/menu.inc b/core/includes/menu.inc index 13b4c7d..c0a9193 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". */ /** @@ -249,7 +249,7 @@ const MENU_SITE_OFFLINE = 4; const MENU_SITE_ONLINE = 5; /** - * @} End of "Menu status codes". + * @} End of "defgroup menu_status_codes". */ /** @@ -271,7 +271,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 a5d3e6b..a9d154d 100644 --- a/core/includes/pager.inc +++ b/core/includes/pager.inc @@ -634,7 +634,7 @@ function theme_pager_link($variables) { } /** - * @} End of "Pager pieces". + * @} End of "defgroup pagerpieces". */ /** diff --git a/core/includes/theme.inc b/core/includes/theme.inc index 902907a..d7c3e66 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". */ /** @@ -1458,7 +1458,7 @@ function theme_disable($theme_list) { } /** - * @ingroup themeable + * @addtogroup themeable * @{ */ @@ -2137,7 +2137,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 289d27a..fd23ff2 100644 --- a/core/includes/update.inc +++ b/core/includes/update.inc @@ -716,7 +716,7 @@ function update_retrieve_dependencies() { } /** - * @defgroup update-api-7.x-to-8.x Update versions of API functions + * @defgroup update_api_7_x_to_8_x Update versions of API functions * @{ * Functions similar to normal API function but not firing hooks. * @@ -726,5 +726,5 @@ function update_retrieve_dependencies() { */ /** - * @} End of "defgroup update-api-7.x-to-8.x" + * @} End of "defgroup update_api_7_x_to_8_x". */ diff --git a/core/modules/block/block.install b/core/modules/block/block.install index c2d4185..b12986b 100644 --- a/core/modules/block/block.install +++ b/core/modules/block/block.install @@ -187,7 +187,7 @@ function block_install() { } /** - * @addtogroup updates-7.x-to-8.x + * @addtogroup updates_7_x_to_8_x * @{ */ @@ -199,6 +199,6 @@ function block_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/book/book.admin.inc b/core/modules/book/book.admin.inc index 7b9dea3..5ef2488 100644 --- a/core/modules/book/book.admin.inc +++ b/core/modules/book/book.admin.inc @@ -68,7 +68,7 @@ function book_admin_settings_validate($form, &$form_state) { * * @see book_admin_edit_submit() * - * @ingroup forms. + * @ingroup forms */ function book_admin_edit($form, $form_state, $node) { drupal_set_title($node->title); diff --git a/core/modules/field/field.api.php b/core/modules/field/field.api.php index 4b71248..07f03ed 100644 --- a/core/modules/field/field.api.php +++ b/core/modules/field/field.api.php @@ -1,7 +1,7 @@ fetchAllAssoc('type', PDO::FETCH_OBJ); diff --git a/core/modules/openid/openid.install b/core/modules/openid/openid.install index 2df39aa..2b6014b 100644 --- a/core/modules/openid/openid.install +++ b/core/modules/openid/openid.install @@ -118,7 +118,7 @@ function openid_requirements($phase) { } /** - * @addtogroup updates-6.x-to-7.x + * @addtogroup updates_6_x_to_7_x * @{ */ @@ -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 39f86dc..91c0b05 100644 --- a/core/modules/system/image.gd.inc +++ b/core/modules/system/image.gd.inc @@ -6,7 +6,7 @@ */ /** - * @ingroup image + * @addtogroup image * @{ */ @@ -363,5 +363,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 6711471..4fbb616 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -1617,7 +1617,7 @@ function system_update_last_removed() { } /** - * @defgroup updates-7.x-to-8.x Updates from 7.x to 8.x + * @defgroup updates_7_x_to_8_x Updates from 7.x to 8.x * @{ * Update functions from 7.x to 8.x. */ @@ -1642,6 +1642,6 @@ function system_update_8001() { } /** - * @} 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 242a4c7..b75b06b 100644 --- a/core/modules/taxonomy/taxonomy.module +++ b/core/modules/taxonomy/taxonomy.module @@ -1804,5 +1804,5 @@ function taxonomy_taxonomy_term_delete($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 f7175c3..8f545bf 100644 --- a/core/modules/user/user.install +++ b/core/modules/user/user.install @@ -337,7 +337,7 @@ function user_install() { } /** - * @addtogroup updates-7.x-to-8.x + * @addtogroup updates_7_x_to_8_x * @{ */ @@ -354,5 +354,5 @@ function user_update_8000() { } /** - * @} End of "addtogroup updates-7.x-to-8.x" + * @} End of "addtogroup updates_7_x_to_8_x". */