[doc] Various fixes for doxygen grouping etc.

This commit is contained in:
Enrico Joerns 2013-08-10 14:31:43 +02:00
parent e4db33f560
commit 0b8769e576
20 changed files with 105 additions and 32 deletions

View file

@ -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 */
/** @} */

View file

@ -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 */
/** @} */