[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

@ -4,8 +4,13 @@
* <!--(C) COPYRIGHT 2010 STMicroelectronics. All rights reserved. -->
*/
/** @addtogroup flash
* @brief Definition and description of public flash manipulation routines.
/**
* \addtogroup stm32w-cpu
* @{
*/
/**
* @defgroup flash Definition and description of public flash manipulation routines.
*
* @note
* During an erase or a write the flash is not available,
@ -123,4 +128,5 @@ StStatus halInternalCibOptionByteWrite(uint8_t byte, uint8_t data);
#endif //FLASH_H_
/** @} END addtogroup */
/** @} */