summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/bootstrap.inc8
-rw-r--r--includes/common.inc4
-rw-r--r--includes/database/database.inc4
-rw-r--r--includes/database/mysql/database.inc4
-rw-r--r--includes/database/mysql/query.inc4
-rw-r--r--includes/database/mysql/schema.inc4
-rw-r--r--includes/database/pgsql/database.inc4
-rw-r--r--includes/database/pgsql/select.inc4
-rw-r--r--includes/database/prefetch.inc4
-rw-r--r--includes/database/query.inc4
-rw-r--r--includes/database/select.inc4
-rw-r--r--includes/database/sqlite/database.inc4
-rw-r--r--includes/database/sqlite/query.inc4
-rw-r--r--includes/database/sqlite/select.inc4
-rw-r--r--includes/theme.inc4
-rw-r--r--includes/update.inc2
-rw-r--r--modules/block/block.install2
-rw-r--r--modules/comment/comment.install4
-rw-r--r--modules/contact/contact.install2
-rw-r--r--modules/dblog/dblog.install2
-rw-r--r--modules/field/field.api.php18
-rw-r--r--modules/field/field.attach.inc4
-rw-r--r--modules/field/field.info.inc2
-rw-r--r--modules/field/field.install4
-rw-r--r--modules/field/field.module2
-rw-r--r--modules/field/modules/field_sql_storage/field_sql_storage.install2
-rw-r--r--modules/field_ui/field_ui.api.php2
-rw-r--r--modules/filter/filter.install2
-rw-r--r--modules/forum/forum.install2
-rw-r--r--modules/locale/locale.install4
-rw-r--r--modules/node/node.install2
-rw-r--r--modules/openid/openid.install2
-rw-r--r--modules/statistics/statistics.install2
-rw-r--r--modules/system/image.gd.inc4
-rw-r--r--modules/system/system.install4
-rw-r--r--modules/taxonomy/taxonomy.module2
-rw-r--r--modules/tracker/tracker.install2
-rw-r--r--modules/update/update.install2
-rw-r--r--modules/user/user.install4
39 files changed, 71 insertions, 71 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 39452e075..4999113ad 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 ad5f44a5c..8755c94df 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 6efe298d2..5ae042fd5 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 7278a2bc8..7ad019e58 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 888b6a5a4..2609aba0c 100644
--- a/includes/database/mysql/query.inc
+++ b/includes/database/mysql/query.inc
@@ -1,7 +1,7 @@
<?php
/**
- * @ingroup database
+ * @addtogroup database
* @{
*/
@@ -103,5 +103,5 @@ class TruncateQuery_mysql extends TruncateQuery {
}
/**
- * @} End of "ingroup database".
+ * @} End of "addtogroup database".
*/
diff --git a/includes/database/mysql/schema.inc b/includes/database/mysql/schema.inc
index d6aea4d94..949cf4e8a 100644
--- a/includes/database/mysql/schema.inc
+++ b/includes/database/mysql/schema.inc
@@ -7,7 +7,7 @@
/**
- * @ingroup schemaapi
+ * @addtogroup schemaapi
* @{
*/
@@ -532,5 +532,5 @@ class DatabaseSchema_mysql extends DatabaseSchema {
}
/**
- * @} End of "ingroup schemaapi".
+ * @} End of "addtogroup schemaapi".
*/
diff --git a/includes/database/pgsql/database.inc b/includes/database/pgsql/database.inc
index d80b47551..79c16b212 100644
--- a/includes/database/pgsql/database.inc
+++ b/includes/database/pgsql/database.inc
@@ -6,7 +6,7 @@
*/
/**
- * @ingroup database
+ * @addtogroup database
* @{
*/
@@ -208,5 +208,5 @@ class DatabaseConnection_pgsql extends DatabaseConnection {
}
/**
- * @} End of "ingroup database".
+ * @} End of "addtogroup database".
*/
diff --git a/includes/database/pgsql/select.inc b/includes/database/pgsql/select.inc
index d1d838281..f6a83db7f 100644
--- a/includes/database/pgsql/select.inc
+++ b/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/includes/database/prefetch.inc b/includes/database/prefetch.inc
index 4f2b19d1f..3b36a4e10 100644
--- a/includes/database/prefetch.inc
+++ b/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/includes/database/query.inc b/includes/database/query.inc
index 750aea7a0..612985e02 100644
--- a/includes/database/query.inc
+++ b/includes/database/query.inc
@@ -1,7 +1,7 @@
<?php
/**
- * @ingroup database
+ * @addtogroup database
* @{
*/
@@ -1955,5 +1955,5 @@ class DatabaseCondition implements QueryConditionInterface, Countable {
}
/**
- * @} End of "ingroup database".
+ * @} End of "addtogroup database".
*/
diff --git a/includes/database/select.inc b/includes/database/select.inc
index 7e2af85e7..e036904be 100644
--- a/includes/database/select.inc
+++ b/includes/database/select.inc
@@ -1,7 +1,7 @@
<?php
/**
- * @ingroup database
+ * @addtogroup database
* @{
*/
@@ -1609,5 +1609,5 @@ class SelectQuery extends Query implements SelectQueryInterface {
}
/**
- * @} End of "ingroup database".
+ * @} End of "addtogroup database".
*/
diff --git a/includes/database/sqlite/database.inc b/includes/database/sqlite/database.inc
index ea91e9143..b302b3e32 100644
--- a/includes/database/sqlite/database.inc
+++ b/includes/database/sqlite/database.inc
@@ -6,7 +6,7 @@
*/
/**
- * @ingroup database
+ * @addtogroup database
* @{
*/
@@ -515,5 +515,5 @@ class DatabaseStatement_sqlite extends DatabaseStatementPrefetch implements Iter
}
/**
- * @} End of "ingroup database".
+ * @} End of "addtogroup database".
*/
diff --git a/includes/database/sqlite/query.inc b/includes/database/sqlite/query.inc
index 6b8a72f2a..74ff9ba20 100644
--- a/includes/database/sqlite/query.inc
+++ b/includes/database/sqlite/query.inc
@@ -6,7 +6,7 @@
*/
/**
- * @ingroup database
+ * @addtogroup database
* @{
*/
@@ -156,5 +156,5 @@ class TruncateQuery_sqlite extends TruncateQuery {
}
/**
- * @} End of "ingroup database".
+ * @} End of "addtogroup database".
*/
diff --git a/includes/database/sqlite/select.inc b/includes/database/sqlite/select.inc
index fb926ef04..9037a0e7a 100644
--- a/includes/database/sqlite/select.inc
+++ b/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/includes/theme.inc b/includes/theme.inc
index 51e1075ca..345ef00f5 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -1473,7 +1473,7 @@ function theme_disable($theme_list) {
}
/**
- * @ingroup themeable
+ * @addtogroup themeable
* @{
*/
@@ -2172,7 +2172,7 @@ function theme_indentation($variables) {
}
/**
- * @} End of "ingroup themeable".
+ * @} End of "addtogroup themeable".
*/
/**
diff --git a/includes/update.inc b/includes/update.inc
index 6588fac00..f7c7b6668 100644
--- a/includes/update.inc
+++ b/includes/update.inc
@@ -1486,5 +1486,5 @@ function update_retrieve_dependencies() {
*/
/**
- * @} End of "defgroup update-api-6.x-to-7.x"
+ * @} End of "defgroup update-api-6.x-to-7.x".
*/
diff --git a/modules/block/block.install b/modules/block/block.install
index b2ab477d9..073b0b4a0 100644
--- a/modules/block/block.install
+++ b/modules/block/block.install
@@ -464,5 +464,5 @@ function block_update_7008() {
}
/**
- * @} End of "addtogroup updates-6.x-to-7.x"
+ * @} End of "addtogroup updates-6.x-to-7.x".
*/
diff --git a/modules/comment/comment.install b/modules/comment/comment.install
index 7312e2a31..eaaa6b099 100644
--- a/modules/comment/comment.install
+++ b/modules/comment/comment.install
@@ -372,7 +372,7 @@ function comment_update_7008() {
}
/**
- * @} End of "addtogroup updates-6.x-to-7.x"
+ * @} End of "addtogroup updates-6.x-to-7.x".
*/
/**
@@ -393,7 +393,7 @@ function comment_update_7009() {
}
/**
- * @} End of "addtogroup updates-7.x-extra"
+ * @} End of "addtogroup updates-7.x-extra".
*/
/**
diff --git a/modules/contact/contact.install b/modules/contact/contact.install
index f6015581b..fba5cfd4b 100644
--- a/modules/contact/contact.install
+++ b/modules/contact/contact.install
@@ -164,5 +164,5 @@ function contact_update_7003() {
}
/**
- * @} End of "addtogroup updates-6.x-to-7.x"
+ * @} End of "addtogroup updates-6.x-to-7.x".
*/
diff --git a/modules/dblog/dblog.install b/modules/dblog/dblog.install
index 759c7bc1a..1eedcb0d6 100644
--- a/modules/dblog/dblog.install
+++ b/modules/dblog/dblog.install
@@ -138,5 +138,5 @@ function dblog_update_7001() {
}
/**
- * @} End of "addtogroup updates-6.x-to-7.x"
+ * @} End of "addtogroup updates-6.x-to-7.x".
*/
diff --git a/modules/field/field.api.php b/modules/field/field.api.php
index 134af6615..df16aa42f 100644
--- a/modules/field/field.api.php
+++ b/modules/field/field.api.php
@@ -676,7 +676,7 @@ function hook_field_is_empty($item, $field) {
}
/**
- * @} End of "defgroup field_types"
+ * @} End of "defgroup field_types".
*/
/**
@@ -959,7 +959,7 @@ function hook_field_widget_error($element, $error, $form, &$form_state) {
/**
- * @} End of "defgroup field_widget"
+ * @} End of "defgroup field_widget".
*/
@@ -1198,7 +1198,7 @@ function hook_field_formatter_view($entity_type, $entity, $field, $instance, $la
}
/**
- * @} End of "defgroup field_formatter"
+ * @} End of "defgroup field_formatter".
*/
/**
@@ -1554,11 +1554,11 @@ function hook_field_attach_delete_bundle($entity_type, $bundle, $instances) {
}
/**
- * @} End of "defgroup field_attach"
+ * @} End of "defgroup field_attach".
*/
/**
- * @ingroup field_storage
+ * @addtogroup field_storage
* @{
*/
@@ -2391,11 +2391,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
* @{
*/
@@ -2644,7 +2644,7 @@ function hook_field_storage_purge($entity_type, $entity, $field, $instance) {
}
/**
- * @} End of "ingroup field_crud"
+ * @} End of "addtogroup field_crud".
*/
/**
@@ -2675,5 +2675,5 @@ function hook_field_access($op, $field, $entity_type, $entity, $account) {
}
/**
- * @} End of "addtogroup hooks"
+ * @} End of "addtogroup hooks".
*/
diff --git a/modules/field/field.attach.inc b/modules/field/field.attach.inc
index 36117eb7a..868d7bd75 100644
--- a/modules/field/field.attach.inc
+++ b/modules/field/field.attach.inc
@@ -65,7 +65,7 @@ define('FIELD_STORAGE_UPDATE', 'update');
define('FIELD_STORAGE_INSERT', 'insert');
/**
- * @} End of "defgroup field_storage"
+ * @} End of "defgroup field_storage".
*/
/**
@@ -1365,5 +1365,5 @@ function field_attach_delete_bundle($entity_type, $bundle) {
/**
- * @} End of "defgroup field_attach"
+ * @} End of "defgroup field_attach".
*/
diff --git a/modules/field/field.info.inc b/modules/field/field.info.inc
index e7eaaf0c6..1c6d6cdde 100644
--- a/modules/field/field.info.inc
+++ b/modules/field/field.info.inc
@@ -890,5 +890,5 @@ function field_info_storage_settings($type) {
}
/**
- * @} End of "defgroup field_info"
+ * @} End of "defgroup field_info".
*/
diff --git a/modules/field/field.install b/modules/field/field.install
index dff3949fb..5934a264c 100644
--- a/modules/field/field.install
+++ b/modules/field/field.install
@@ -434,7 +434,7 @@ function field_update_7001() {
}
/**
- * @} End of "addtogroup updates-6.x-to-7.x"
+ * @} End of "addtogroup updates-6.x-to-7.x".
*/
/**
@@ -458,5 +458,5 @@ function field_update_7002() {
}
/**
- * @} End of "addtogroup updates-7.x-extra"
+ * @} End of "addtogroup updates-7.x-extra".
*/
diff --git a/modules/field/field.module b/modules/field/field.module
index 4e39a0397..127213734 100644
--- a/modules/field/field.module
+++ b/modules/field/field.module
@@ -1116,7 +1116,7 @@ function template_process_field(&$variables, $hook) {
}
}
/**
- * @} End of "defgroup field"
+ * @} End of "defgroup field".
*/
/**
diff --git a/modules/field/modules/field_sql_storage/field_sql_storage.install b/modules/field/modules/field_sql_storage/field_sql_storage.install
index 647296e4e..78c520fcf 100644
--- a/modules/field/modules/field_sql_storage/field_sql_storage.install
+++ b/modules/field/modules/field_sql_storage/field_sql_storage.install
@@ -211,5 +211,5 @@ function field_sql_storage_update_7002() {
}
/**
- * @} End of "addtogroup updates-6.x-to-7.x"
+ * @} End of "addtogroup updates-6.x-to-7.x".
*/
diff --git a/modules/field_ui/field_ui.api.php b/modules/field_ui/field_ui.api.php
index 882f467a6..05d9f053f 100644
--- a/modules/field_ui/field_ui.api.php
+++ b/modules/field_ui/field_ui.api.php
@@ -200,5 +200,5 @@ function hook_field_formatter_settings_summary($field, $instance, $view_mode) {
}
/**
- * @} End of "addtogroup field_types"
+ * @} End of "addtogroup field_types".
*/
diff --git a/modules/filter/filter.install b/modules/filter/filter.install
index 19fd8aa18..9d17eb54b 100644
--- a/modules/filter/filter.install
+++ b/modules/filter/filter.install
@@ -490,5 +490,5 @@ function filter_update_7010() {
}
/**
- * @} End of "addtogroup updates-6.x-to-7.x"
+ * @} End of "addtogroup updates-6.x-to-7.x".
*/
diff --git a/modules/forum/forum.install b/modules/forum/forum.install
index b727c115d..94911e62e 100644
--- a/modules/forum/forum.install
+++ b/modules/forum/forum.install
@@ -440,7 +440,7 @@ function forum_update_7003() {
}
/**
- * @} End of "addtogroup updates-7.x-extra"
+ * @} End of "addtogroup updates-7.x-extra".
*/
/**
diff --git a/modules/locale/locale.install b/modules/locale/locale.install
index cb7cefe01..6ee2cc772 100644
--- a/modules/locale/locale.install
+++ b/modules/locale/locale.install
@@ -134,7 +134,7 @@ function locale_update_7003() {
}
/**
- * @} End of "addtogroup updates-6.x-to-7.x"
+ * @} End of "addtogroup updates-6.x-to-7.x".
*/
/**
@@ -202,7 +202,7 @@ function locale_update_7004() {
}
/**
- * @} End of "addtogroup updates-7.x-extra"
+ * @} End of "addtogroup updates-7.x-extra".
*/
/**
diff --git a/modules/node/node.install b/modules/node/node.install
index c54ebfbe3..8505234a2 100644
--- a/modules/node/node.install
+++ b/modules/node/node.install
@@ -915,5 +915,5 @@ function node_update_7013() {
}
/**
- * @} End of "addtogroup updates-6.x-to-7.x"
+ * @} End of "addtogroup updates-6.x-to-7.x".
*/
diff --git a/modules/openid/openid.install b/modules/openid/openid.install
index 2df39aa69..4b77b710b 100644
--- a/modules/openid/openid.install
+++ b/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/modules/statistics/statistics.install b/modules/statistics/statistics.install
index d5855a77f..56a7de107 100644
--- a/modules/statistics/statistics.install
+++ b/modules/statistics/statistics.install
@@ -154,5 +154,5 @@ function statistics_update_7000() {
}
/**
- * @} End of "addtogroup updates-6.x-to-7.x"
+ * @} End of "addtogroup updates-6.x-to-7.x".
*/
diff --git a/modules/system/image.gd.inc b/modules/system/image.gd.inc
index 39f86dc30..91c0b05ff 100644
--- a/modules/system/image.gd.inc
+++ b/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/modules/system/system.install b/modules/system/system.install
index c0300000e..ad158510a 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -2983,7 +2983,7 @@ function system_update_7072() {
}
/**
- * @} End of "defgroup updates-6.x-to-7.x"
+ * @} End of "defgroup updates-6.x-to-7.x".
* The next series of updates should start at 8000.
*/
@@ -3016,6 +3016,6 @@ function system_update_7073() {
}
/**
- * @} End of "defgroup updates-7.x-extra"
+ * @} End of "defgroup updates-7.x-extra".
* The next series of updates should start at 8000.
*/
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index d7e9b2f1c..ca77907ae 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -1904,5 +1904,5 @@ function taxonomy_taxonomy_term_delete($term) {
}
/**
- * @} End of "defgroup taxonomy_index"
+ * @} End of "defgroup taxonomy_index".
*/
diff --git a/modules/tracker/tracker.install b/modules/tracker/tracker.install
index 84305d822..9967b9db4 100644
--- a/modules/tracker/tracker.install
+++ b/modules/tracker/tracker.install
@@ -221,5 +221,5 @@ function tracker_update_7000() {
}
/**
- * @} End of "addtogroup updates-6.x-to-7.x"
+ * @} End of "addtogroup updates-6.x-to-7.x".
*/
diff --git a/modules/update/update.install b/modules/update/update.install
index 70fb6c328..5e0c75802 100644
--- a/modules/update/update.install
+++ b/modules/update/update.install
@@ -186,5 +186,5 @@ function update_update_7001() {
}
/**
- * @} End of "addtogroup updates-6.x-to-7.x"
+ * @} End of "addtogroup updates-6.x-to-7.x".
*/
diff --git a/modules/user/user.install b/modules/user/user.install
index e46f29d8e..378201c15 100644
--- a/modules/user/user.install
+++ b/modules/user/user.install
@@ -891,7 +891,7 @@ function user_update_7017() {
}
/**
- * @} End of "addtogroup updates-6.x-to-7.x"
+ * @} End of "addtogroup updates-6.x-to-7.x".
*/
/**
@@ -909,5 +909,5 @@ function user_update_7018() {
}
/**
- * @} End of "addtogroup updates-7.x-extra"
+ * @} End of "addtogroup updates-7.x-extra".
*/