aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-01 13:09:19 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-01 13:09:19 +0000
commitef6b8a1797278f5131195b325aa4d1e4123e4e9e (patch)
treebe3a669bb6b01674f8f1eb078c5581dea02e4a1d /os/ports
parent47582d55f4305579c0dd6b9ec3410c0f8b33c395 (diff)
downloadChibiOS-ef6b8a1797278f5131195b325aa4d1e4123e4e9e.tar.gz
ChibiOS-ef6b8a1797278f5131195b325aa4d1e4123e4e9e.tar.bz2
ChibiOS-ef6b8a1797278f5131195b325aa4d1e4123e4e9e.zip
Documentation related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2218 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports')
-rw-r--r--os/ports/GCC/ARMCMx/port.dox17
1 files 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
*/