ARM: Fix doxygen style
The rule in Contiki is to use backslashes, not at signs. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
This commit is contained in:
parent
86dbd590db
commit
ca86d5febf
2 changed files with 28 additions and 28 deletions
|
@ -1,50 +1,50 @@
|
|||
/**
|
||||
* @addtogroup CMSIS_Core_FunctionInterface
|
||||
* @ingroup cmsis
|
||||
* \addtogroup CMSIS_Core_FunctionInterface
|
||||
* \ingroup cmsis
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup CMSIS_core_register
|
||||
* @ingroup cmsis
|
||||
* \addtogroup CMSIS_core_register
|
||||
* \ingroup cmsis
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup CMSIS_glob_defs
|
||||
* @ingroup cmsis
|
||||
* \addtogroup CMSIS_glob_defs
|
||||
* \ingroup cmsis
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup CMSIS_MISRA_Exceptions
|
||||
* @ingroup cmsis
|
||||
* \addtogroup CMSIS_MISRA_Exceptions
|
||||
* \ingroup cmsis
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup CMSIS_core_definitions
|
||||
* @ingroup cmsis
|
||||
* \addtogroup CMSIS_core_definitions
|
||||
* \ingroup cmsis
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup CMSIS_SIMD_intrinsics
|
||||
* @ingroup cmsis
|
||||
* \addtogroup CMSIS_SIMD_intrinsics
|
||||
* \ingroup cmsis
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup CMSIS_Core_InstructionInterface
|
||||
* @ingroup cmsis
|
||||
* \addtogroup CMSIS_Core_InstructionInterface
|
||||
* \ingroup cmsis
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup Cortex_M0 Cortex-M0
|
||||
* @ingroup cmsis
|
||||
* \defgroup Cortex_M0 Cortex-M0
|
||||
* \ingroup cmsis
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup Cortex_M3 Cortex-M3
|
||||
* @ingroup cmsis
|
||||
* \defgroup Cortex_M3 Cortex-M3
|
||||
* \ingroup cmsis
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup Cortex_M4 Cortex-M4
|
||||
* @ingroup cmsis
|
||||
* \defgroup Cortex_M4 Cortex-M4
|
||||
* \ingroup cmsis
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue