Issue #2858598 by danielnv18, chiranjeeb2410, jhodgdon: hal.install has @defgroup instead of @addtogroup
parent
8d3df4d741
commit
983612d07e
|
@ -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".
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue