[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

@ -9,8 +9,12 @@
*
* <!--(C) COPYRIGHT 2010 STMicroelectronics. All rights reserved. -->
*/
/** @addtogroup nvm
/**
* @addtogroup stm32w-cpu
* @{ */
/** @defgroup nvm
* @brief Cortex-M3 Non-Volatile Memory data storage system.
*
* This header defines the API for NVM data storage. This header also
@ -274,6 +278,7 @@ StStatus halCommonWriteToNvm(const void *data, uint32_t offset, uint16_t length)
#define NVM_MGMT_SIZE_B (4)
/** @} END addtogroup */
/** @} */
#endif // NVM_H_