From ef6b8a1797278f5131195b325aa4d1e4123e4e9e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 1 Oct 2010 13:09:19 +0000 Subject: Documentation related fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2218 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/ARMCMx/port.dox | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/os/ports/GCC/ARMCMx/port.dox b/os/ports/GCC/ARMCMx/port.dox index 17acd06a8..135804b35 100644 --- a/os/ports/GCC/ARMCMx/port.dox +++ b/os/ports/GCC/ARMCMx/port.dox @@ -112,10 +112,10 @@ /** * @defgroup ARMCMx_CONF Configuration Options - * @brief ARM Cortex-Mx Configuration Options. - * @details The ARMCMx port allows some architecture-specific configurations - * settings that can be overridden by redefining them in @p chconf.h. - * Usually there is no need to change the default values. + * @details ARM Cortex-Mx Configuration Options. The ARMCMx port allows some + * architecture-specific configurations settings that can be overridden + * by redefining them in @p chconf.h. Usually there is no need to change + * the default values. * - @p INT_REQUIRED_STACK, this value represent the amount of stack space used * by an interrupt handler between the @p extctx and @p intctx * structures. @@ -138,28 +138,27 @@ /** * @defgroup ARMCMx_CORE Core Port Implementation - * @brief ARM Cortex-Mx specific port code, structures and macros. + * @details ARM Cortex-Mx specific port code, structures and macros. * * @ingroup ARMCMx */ /** * @defgroup ARMCMx_V6M_CORE ARMv6-M Specific Implementation - * @brief ARMv6-M specific port code, structures and macros. + * @details ARMv6-M specific port code, structures and macros. * * @ingroup ARMCMx_CORE */ /** * @defgroup ARMCMx_V7M_CORE ARMv7-M Specific Implementation - * @brief ARMv7-M specific port code, structures and macros. + * @details ARMv7-M specific port code, structures and macros. * * @ingroup ARMCMx_CORE */ /** * @defgroup ARMCMx_STARTUP Startup Support - * @brief ARM Cortex-Mx startup code support. * @details ChibiOS/RT provides its own generic startup file for the ARM * Cortex-Mx port. * Of course it is not mandatory to use it but care should be taken about the @@ -202,7 +201,7 @@ /** * @defgroup ARMCMx_NVIC NVIC Support - * @brief ARM Cortex-Mx NVIC support. + * @details ARM Cortex-Mx NVIC support. * * @ingroup ARMCMx */ -- cgit v1.2.3