[doc] Various fixes for doxygen grouping etc.
This commit is contained in:
parent
e4db33f560
commit
0b8769e576
20 changed files with 105 additions and 32 deletions
|
@ -4,7 +4,11 @@
|
|||
* <!--(C) COPYRIGHT 2010 STMicroelectronics. All rights reserved. -->
|
||||
*/
|
||||
|
||||
/** @addtogroup led
|
||||
/**
|
||||
* @addtogroup stm32w-cpu
|
||||
* @{ */
|
||||
|
||||
/** @defgroup led
|
||||
* @brief Sample API funtions for controlling LEDs.
|
||||
*
|
||||
* When specifying an LED to use, always use the BOARDLEDx definitions that
|
||||
|
@ -55,4 +59,4 @@ void halClearLed(HalBoardLed led);
|
|||
|
||||
/** @} // END addtogroup
|
||||
*/
|
||||
|
||||
/** @} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue