Issue #2858598 by danielnv18, chiranjeeb2410, jhodgdon: hal.install has @defgroup instead of @addtogroup

8.4.x
Alex Pott 2017-03-13 09:26:59 +00:00
parent 8d3df4d741
commit 983612d07e
1 changed files with 2 additions and 3 deletions

View File

@ -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".
*/