diff --git a/modules/blogapi/blogapi.install b/modules/blogapi/blogapi.install index bd2f67deb33703c9397681b32fff2731dd6e0c8f..c14c390e87cd0c1df208c3863dc7e886dec754e9 100644 --- a/modules/blogapi/blogapi.install +++ b/modules/blogapi/blogapi.install @@ -58,7 +58,7 @@ function blogapi_schema() { } /** - * @defgroup updates-5.x-to-6.x Blog API updates from 5.x to 6.x + * @addtogroup updates-5.x-to-6.x * @{ */ @@ -118,7 +118,7 @@ function blogapi_update_6001() { } /** - * @} End of "defgroup updates-5.x-to-6.x" + * @} End of "addtogroup updates-5.x-to-6.x". * The next series of updates should start at 7000. */ diff --git a/modules/comment/comment.install b/modules/comment/comment.install index b129299d50dadba8de10797744732a6f075e88fb..aa696e2de99697b2be6bd0b58d62c7e0037b8c53 100644 --- a/modules/comment/comment.install +++ b/modules/comment/comment.install @@ -67,7 +67,7 @@ function comment_update_6003() { } /** - * @defgroup updates-6.x-extra Extra system updates for 6.x + * @addtogroup updates-6.x-extra * @{ */ @@ -91,7 +91,7 @@ function comment_update_6005() { } /** - * @} End of "defgroup updates-6.x-extra" + * @} End of "addtogroup updates-6.x-extra". * The next series of updates should start at 7000. */ diff --git a/modules/dblog/dblog.install b/modules/dblog/dblog.install index 80c4584233d68d4a4e1ee6b9ad5fb07f3904c1dc..f350e51d2c0a62127ddd1d57b5491dbbadd0ff2f 100644 --- a/modules/dblog/dblog.install +++ b/modules/dblog/dblog.install @@ -100,7 +100,7 @@ function dblog_schema() { } /** - * @defgroup updates-6.x-extra Extra database logging updates for 6.x + * @addtogroup updates-6.x-extra * @{ */ @@ -114,6 +114,6 @@ function dblog_update_6000() { } /** - * @} End of "defgroup updates-6.x-extra" + * @} End of "addtogroup updates-6.x-extra". * The next series of updates should start at 7000. */ diff --git a/modules/locale/locale.install b/modules/locale/locale.install index 6bd1fa0a62d772632e6ea4661420eabb93eb59a0..6c045384144034d82525bc658f3fbdebf35efde0 100644 --- a/modules/locale/locale.install +++ b/modules/locale/locale.install @@ -15,7 +15,7 @@ function locale_install() { } /** - * @defgroup updates-5.x-to-6.x Locale updates from 5.x to 6.x + * @addtogroup updates-5.x-to-6.x * @{ */ @@ -221,11 +221,11 @@ function locale_update_6006() { } /** - * @} End of "defgroup updates-5.x-to-6.x" + * @} End of "addtogroup updates-5.x-to-6.x". */ /** - * @defgroup updates-6.x-extra Locale updates for 6.x + * @addtogroup updates-6.x-extra * @{ */ @@ -239,7 +239,7 @@ function locale_update_6007() { } /** - * @} End of "defgroup updates-6.x-extra" + * @} End of "addtogroup updates-6.x-extra". * The next series of updates should start at 7000. */ diff --git a/modules/openid/openid.install b/modules/openid/openid.install index 595310b7f7d54864b76e13203dcae97be9dea872..0abc24f6f29392241c102863a475739240d0a9e1 100644 --- a/modules/openid/openid.install +++ b/modules/openid/openid.install @@ -95,7 +95,7 @@ function openid_schema() { } /** - * @defgroup updates-6.x-extra Extra openid updates for 6.x + * @addtogroup updates-6.x-extra * @{ */ @@ -139,6 +139,6 @@ function openid_update_6000() { } /** - * @} End of "defgroup updates-6.x-extra" + * @} End of "addtogroup updates-6.x-extra". * The next series of updates should start at 7000. */ diff --git a/modules/statistics/statistics.install b/modules/statistics/statistics.install index 515796a224c1a3ebc6de2d6081e4169da15ff568..910358820ba4ad6a1d2d54907765d2a5ea7772a8 100644 --- a/modules/statistics/statistics.install +++ b/modules/statistics/statistics.install @@ -118,7 +118,7 @@ function statistics_schema() { } /** - * @defgroup updates-6.x-extra Extra statistics updates for 6.x + * @addtogroup updates-6.x-extra * @{ */ @@ -132,6 +132,6 @@ function statistics_update_6000() { } /** - * @} End of "defgroup updates-6.x-extra" + * @} End of "addtogroup updates-6.x-extra". * The next series of updates should start at 7000. */ diff --git a/modules/system/system.install b/modules/system/system.install index 9263daa01128a757f79c4f62ee9264ab20478c76..2421dcb90ed8e40fb83d4034f665338418e4fca0 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -1174,7 +1174,7 @@ function system_update_1022() { } /** - * @} End of "defgroup updates-5.x-extra" + * @} End of "defgroup updates-5.x-extra". */ /** @@ -2576,7 +2576,7 @@ function system_update_6047() { } /** - * @} End of "defgroup updates-5.x-to-6.x" + * @} End of "defgroup updates-5.x-to-6.x". */ /** @@ -2713,7 +2713,7 @@ function system_update_6055() { } /** - * @} End of "defgroup updates-6.x-extra" + * @} End of "defgroup updates-6.x-extra". * The next series of updates should start at 7000. */