diff --git a/core/modules/shortcut/shortcut.install b/core/modules/shortcut/shortcut.install
index 737194b..b627e32 100644
--- a/core/modules/shortcut/shortcut.install
+++ b/core/modules/shortcut/shortcut.install
@@ -58,7 +58,11 @@ function shortcut_schema() {
 }
 
 /**
- * @defgroup updates-7.x-to-8.x Updates from 7.x to 8.x
+ * Please maintain addtogroup notice below see why:
+ * http://drupal.org/node/1899460
+ *
+ * @addtogroup updates-7.x-to-8.x Updates from 7.x to 8.x
+ *
  * @{
  * Update functions from 7.x to 8.x.
  */
@@ -95,6 +99,6 @@ function shortcut_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/toolbar/toolbar.install b/core/modules/toolbar/toolbar.install
index 5ffdedc..60f4041 100644
--- a/core/modules/toolbar/toolbar.install
+++ b/core/modules/toolbar/toolbar.install
@@ -15,7 +15,10 @@ function toolbar_schema() {
 }
 
 /**
- * @defgroup updates-7.x-to-8.x Updates from 7.x to 8.x
+ * Please maintain addtogroup notice below see why:
+ * http://drupal.org/node/1899460
+ *
+ * @addtogroup updates-7.x-to-8.x Updates from 7.x to 8.x
  * @{
  * Update functions from 7.x to 8.x.
  */
@@ -41,6 +44,6 @@ function toolbar_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.
  */
