[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
|
@ -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 */
|
||||
/** @} */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue