[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

@ -1,4 +1,4 @@
/** \addtogroup platform_common
/**
* \brief Compiler and Platform specific definitions and typedefs common to
* all platforms.
*
@ -10,6 +10,10 @@
*@{
*/
/**
* @addtogroup stm32w-cpu
* @{ */
/** \file hal/micro/generic/compiler/platform-common.h
* See \ref platform_common for detailed documentation.
*
@ -348,4 +352,5 @@
#endif //PLATFORMCOMMON_H_
/** @} END addtogroup */
/** @} */