From 65fb8dfc82df370a8ea1755bb960ff2a9ec1406d Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Mon, 15 Oct 2012 13:04:35 -0700 Subject: [PATCH] Issue #1809952 by drupalmonkey: Remove duplicate defgroups for update functions --- core/modules/dblog/dblog.install | 5 ++--- core/modules/syslog/syslog.install | 5 ++--- core/modules/tracker/tracker.install | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/core/modules/dblog/dblog.install b/core/modules/dblog/dblog.install index 398171ae56..ee5bd73087 100644 --- a/core/modules/dblog/dblog.install +++ b/core/modules/dblog/dblog.install @@ -93,9 +93,8 @@ function dblog_schema() { } /** - * @defgroup updates-7.x-to-8.x Updates from 7.x to 8.x + * @addtogroup updates-7.x-to-8.x * @{ - * Update functions from 7.x to 8.x. */ /** @@ -127,6 +126,6 @@ function dblog_update_8001() { } /** - * @} End of "defgroup 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/syslog/syslog.install b/core/modules/syslog/syslog.install index 7ae9f89f99..5b2c41ae82 100644 --- a/core/modules/syslog/syslog.install +++ b/core/modules/syslog/syslog.install @@ -15,9 +15,8 @@ function syslog_install() { } /** - * @defgroup updates-7.x-to-8.x Updates from 7.x to 8.x + * @addtogroup updates-7.x-to-8.x * @{ - * Update functions from 7.x to 8.x. */ /** @@ -32,6 +31,6 @@ function syslog_update_8000() { } /** - * @} End of "defgroup 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/tracker/tracker.install b/core/modules/tracker/tracker.install index 569f4889d4..e30da69ae1 100644 --- a/core/modules/tracker/tracker.install +++ b/core/modules/tracker/tracker.install @@ -118,9 +118,8 @@ function tracker_schema() { } /** - * @defgroup updates-7.x-to-8.x Updates from 7.x to 8.x + * @addtogroup updates-7.x-to-8.x * @{ - * Update functions from 7.x to 8.x. */ /** @@ -153,6 +152,6 @@ function tracker_update_8001() { } /** - * @} End of "defgroup updates-7.x-to-8.x". + * @} End of "addtogroup updates-7.x-to-8.x". * The next series of updates should start at 9000. */ -- GitLab