doxygen: Fix some warnings
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
This commit is contained in:
parent
0b1a0d2bd9
commit
2eef189a0a
9 changed files with 35 additions and 28 deletions
|
@ -486,7 +486,7 @@ DEFINE_ERROR(ERR_FLASH_VERIFY_FAILED, 0x47)
|
|||
|
||||
#ifdef DOXYGEN_SHOULD_SKIP_THIS
|
||||
/**
|
||||
* @description A fatal error has occured while trying to write data to the
|
||||
* @brief A fatal error has occured while trying to write data to the
|
||||
* flash, possibly due to write protection or an invalid address. The data in
|
||||
* the flash cannot be trusted after this error, and it is possible this error
|
||||
* is the result of exceeding the life cycles of the flash.
|
||||
|
@ -499,7 +499,7 @@ DEFINE_ERROR(ERR_FLASH_PROG_FAIL, 0x4B)
|
|||
|
||||
#ifdef DOXYGEN_SHOULD_SKIP_THIS
|
||||
/**
|
||||
* @description A fatal error has occured while trying to erase flash, possibly
|
||||
* @brief A fatal error has occured while trying to erase flash, possibly
|
||||
* due to write protection. The data in the flash cannot be trusted after
|
||||
* this error, and it is possible this error is the result of exceeding the
|
||||
* life cycles of the flash.
|
||||
|
@ -1274,7 +1274,9 @@ DEFINE_ERROR( APPLICATION_ERROR_14, 0xFE)
|
|||
DEFINE_ERROR( APPLICATION_ERROR_15, 0xFF)
|
||||
#endif //DOXYGEN_SHOULD_SKIP_THIS
|
||||
|
||||
/** @} */ // END name group
|
||||
/** @} */
|
||||
|
||||
/** @} END defgroup */
|
||||
|
||||
/** @} END addtogroup */
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* @addtogroup stm32w-cpu
|
||||
* @{ */
|
||||
|
||||
/** @defgroup gnu
|
||||
/** @defgroup gnu GNU
|
||||
* @brief Compiler and Platform specific definitions and typedefs for the
|
||||
* GNU C ARM compiler.
|
||||
*
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
* @addtogroup stm32w-cpu
|
||||
* @{ */
|
||||
|
||||
/** @defgroup iar
|
||||
/** @defgroup iar IAR
|
||||
* @brief Compiler and Platform specific definitions and typedefs for the
|
||||
* IAR ARM C compiler.
|
||||
*
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
* @addtogroup stm32w-cpu
|
||||
* @{ */
|
||||
|
||||
/** @defgroup micro
|
||||
/** @defgroup micro Micro
|
||||
* Many of the supplied example applications use these microcontroller functions.
|
||||
* See hal/micro/micro-common.h for source code.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue