From e039aaaa32c5053a441330b4033465e02209c7e4 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Wed, 23 May 2012 12:25:30 -0700 Subject: Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocks --- modules/block/block.install | 2 +- modules/comment/comment.install | 4 ++-- modules/contact/contact.install | 2 +- modules/dblog/dblog.install | 2 +- modules/field/field.api.php | 18 +++++++++--------- modules/field/field.attach.inc | 4 ++-- modules/field/field.info.inc | 2 +- modules/field/field.install | 4 ++-- modules/field/field.module | 2 +- .../field_sql_storage/field_sql_storage.install | 2 +- modules/field_ui/field_ui.api.php | 2 +- modules/filter/filter.install | 2 +- modules/forum/forum.install | 2 +- modules/locale/locale.install | 4 ++-- modules/node/node.install | 2 +- modules/openid/openid.install | 2 +- modules/statistics/statistics.install | 2 +- modules/system/image.gd.inc | 4 ++-- modules/system/system.install | 4 ++-- modules/taxonomy/taxonomy.module | 2 +- modules/tracker/tracker.install | 2 +- modules/update/update.install | 2 +- modules/user/user.install | 4 ++-- 23 files changed, 38 insertions(+), 38 deletions(-) (limited to 'modules') 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". */ -- cgit v1.2.3