From ca17ab83d29bd37d9d3df8b5131299449dfe9600 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Mon, 13 Mar 2017 09:26:59 +0000
Subject: [PATCH] Issue #2858598 by danielnv18, chiranjeeb2410, jhodgdon:
 hal.install has @defgroup instead of @addtogroup

(cherry picked from commit 983612d07e19e1441dd4c028db8f6e0bcbcf0f69)
---
 core/modules/hal/hal.install | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/core/modules/hal/hal.install b/core/modules/hal/hal.install
index 167598ce5bca..6d43112f0c9f 100644
--- a/core/modules/hal/hal.install
+++ b/core/modules/hal/hal.install
@@ -6,9 +6,8 @@
  */
 
 /**
- * @defgroup updates-8.2.x-to-8.3.x Updates from 8.2.x to 8.3.x
+ * @addtogroup updates-8.2.x-to-8.3.x
  * @{
- * Update functions from 8.2.x to 8.3.x.
  */
 
 /**
@@ -39,5 +38,5 @@ function hal_update_8301() {
 }
 
 /**
- * @} End of "defgroup updates-8.2.x-to-8.3.x".
+ * @} End of "addtogroup updates-8.2.x-to-8.3.x".
  */
-- 
GitLab