[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
|
@ -3,7 +3,11 @@
|
|||
*
|
||||
*/
|
||||
|
||||
/** @addtogroup gnu
|
||||
/**
|
||||
* @addtogroup stm32w-cpu
|
||||
* @{ */
|
||||
|
||||
/** @defgroup gnu
|
||||
* @brief Compiler and Platform specific definitions and typedefs for the
|
||||
* GNU C ARM compiler.
|
||||
*
|
||||
|
@ -539,4 +543,5 @@ int abs(int I);
|
|||
#endif // GNU_H_
|
||||
|
||||
/** @} END addtogroup */
|
||||
/** @} */
|
||||
|
||||
|
|
|
@ -4,7 +4,11 @@
|
|||
* <!--(C) COPYRIGHT 2010 STMicroelectronics. All rights reserved. -->
|
||||
*/
|
||||
|
||||
/** @addtogroup iar
|
||||
/**
|
||||
* @addtogroup stm32w-cpu
|
||||
* @{ */
|
||||
|
||||
/** @defgroup iar
|
||||
* @brief Compiler and Platform specific definitions and typedefs for the
|
||||
* IAR ARM C compiler.
|
||||
*
|
||||
|
@ -532,4 +536,5 @@ int abs(int I);
|
|||
#endif // IAR_H_
|
||||
|
||||
/** @} END addtogroup */
|
||||
/** @} */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue