diff --git a/modules/menu/menu.install b/modules/menu/menu.install index 7877b99..5c00060 100644 --- a/modules/menu/menu.install +++ b/modules/menu/menu.install @@ -70,7 +70,7 @@ function menu_uninstall() { } /** - * @defgroup updates-7.x-extra Extra updates for 7.x + * @addtogroup updates-7.x-extra Extra updates for 7.x * @{ */ @@ -205,6 +205,6 @@ function menu_update_7003(&$sandbox) { } /** - * @} End of "defgroup updates-7.x-extra" + * @} End of "addtogroup updates-7.x-extra" * The next series of updates should start at 8000. */ diff --git a/modules/system/system.install b/modules/system/system.install index 0b4e1fa..9e93fb0 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -2984,11 +2984,11 @@ function system_update_7072() { */ /** - * @defgroup updates-7.x-extra Extra system updates for 7.x + * @addtogroup updates-7.x-extra Extra system updates for 7.x * @{ */ /** - * @} End of "defgroup updates-7.x-extra" + * @} End of "addtogroup updates-7.x-extra" * The next series of updates should start at 8000. */