diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 39452e075fbd..4999113ad421 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -2830,7 +2830,7 @@ function ip_address() { } /** - * @ingroup schemaapi + * @addtogroup schemaapi * @{ */ @@ -2952,12 +2952,12 @@ function drupal_get_complete_schema($rebuild = FALSE) { } /** - * @} End of "ingroup schemaapi". + * @} End of "addtogroup schemaapi". */ /** - * @ingroup registry + * @addtogroup registry * @{ */ @@ -3119,7 +3119,7 @@ function registry_update() { } /** - * @} End of "ingroup registry". + * @} End of "addtogroup registry". */ /** diff --git a/includes/common.inc b/includes/common.inc index ad5f44a5cb1b..8755c94dffcb 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -6746,7 +6746,7 @@ function drupal_common_theme() { } /** - * @ingroup schemaapi + * @addtogroup schemaapi * @{ */ @@ -7049,7 +7049,7 @@ function drupal_write_record($table, &$record, $primary_keys = array()) { } /** - * @} End of "ingroup schemaapi". + * @} End of "addtogroup schemaapi". */ /** diff --git a/includes/database/database.inc b/includes/database/database.inc index 6efe298d2d42..5ae042fd5946 100644 --- a/includes/database/database.inc +++ b/includes/database/database.inc @@ -2669,7 +2669,7 @@ function db_condition($conjunction) { /** - * @ingroup schemaapi + * @addtogroup schemaapi * @{ */ @@ -2986,7 +2986,7 @@ function db_change_field($table, $field, $field_new, $spec, $keys_new = array()) } /** - * @} End of "ingroup schemaapi". + * @} End of "addtogroup schemaapi". */ /** diff --git a/includes/database/mysql/database.inc b/includes/database/mysql/database.inc index 7278a2bc851e..7ad019e58308 100644 --- a/includes/database/mysql/database.inc +++ b/includes/database/mysql/database.inc @@ -6,7 +6,7 @@ */ /** - * @ingroup database + * @addtogroup database * @{ */ @@ -198,5 +198,5 @@ class DatabaseConnection_mysql extends DatabaseConnection { /** - * @} End of "ingroup database". + * @} End of "addtogroup database". */ diff --git a/includes/database/mysql/query.inc b/includes/database/mysql/query.inc index 888b6a5a450e..2609aba0c6f4 100644 --- a/includes/database/mysql/query.inc +++ b/includes/database/mysql/query.inc @@ -1,7 +1,7 @@