diff options
Diffstat (limited to 'modules/update/update.install')
-rw-r--r-- | modules/update/update.install | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/update/update.install b/modules/update/update.install index b9005a24f..95688e938 100644 --- a/modules/update/update.install +++ b/modules/update/update.install @@ -160,7 +160,7 @@ function _update_requirement_check($project, $type) { } /** - * @defgroup updates-6.x-to-7.x Filter updates from 6.x to 7.x + * @addtogroup updates-6.x-to-7.x * @{ */ @@ -187,6 +187,5 @@ function update_update_7001() { } /** - * @} End of "defgroup updates-6.x-to-7.x" - * The next series of updates should start at 8000. + * @} End of "addtogroup updates-6.x-to-7.x" */ |