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:
Benoît Thébaudeau 2016-07-17 21:50:42 +02:00
parent 86dbd590db
commit ca86d5febf
2 changed files with 28 additions and 28 deletions

View file

@ -1,19 +1,19 @@
/** /**
* @defgroup cmsis CMSIS (Cortex Microcontroller Software Interface Standard) * \defgroup cmsis CMSIS (Cortex Microcontroller Software Interface Standard)
* @ingroup arm * \ingroup arm
*/ */
/** /**
* @defgroup aducrf101 ADUCRF101 * \defgroup aducrf101 ADUCRF101
* @ingroup arm * \ingroup arm
*/ */
/** /**
* @defgroup at91sam7s AT91SAM7S * \defgroup at91sam7s AT91SAM7S
* @ingroup arm * \ingroup arm
*/ */
/** /**
* @defgroup stm32f103 STM32F103 * \defgroup stm32f103 STM32F103
* @ingroup arm * \ingroup arm
*/ */

View file

@ -1,50 +1,50 @@
/** /**
* @addtogroup CMSIS_Core_FunctionInterface * \addtogroup CMSIS_Core_FunctionInterface
* @ingroup cmsis * \ingroup cmsis
*/ */
/** /**
* @addtogroup CMSIS_core_register * \addtogroup CMSIS_core_register
* @ingroup cmsis * \ingroup cmsis
*/ */
/** /**
* @addtogroup CMSIS_glob_defs * \addtogroup CMSIS_glob_defs
* @ingroup cmsis * \ingroup cmsis
*/ */
/** /**
* @addtogroup CMSIS_MISRA_Exceptions * \addtogroup CMSIS_MISRA_Exceptions
* @ingroup cmsis * \ingroup cmsis
*/ */
/** /**
* @addtogroup CMSIS_core_definitions * \addtogroup CMSIS_core_definitions
* @ingroup cmsis * \ingroup cmsis
*/ */
/** /**
* @addtogroup CMSIS_SIMD_intrinsics * \addtogroup CMSIS_SIMD_intrinsics
* @ingroup cmsis * \ingroup cmsis
*/ */
/** /**
* @addtogroup CMSIS_Core_InstructionInterface * \addtogroup CMSIS_Core_InstructionInterface
* @ingroup cmsis * \ingroup cmsis
*/ */
/** /**
* @defgroup Cortex_M0 Cortex-M0 * \defgroup Cortex_M0 Cortex-M0
* @ingroup cmsis * \ingroup cmsis
*/ */
/** /**
* @defgroup Cortex_M3 Cortex-M3 * \defgroup Cortex_M3 Cortex-M3
* @ingroup cmsis * \ingroup cmsis
*/ */
/** /**
* @defgroup Cortex_M4 Cortex-M4 * \defgroup Cortex_M4 Cortex-M4
* @ingroup cmsis * \ingroup cmsis
*/ */