aboutsummaryrefslogtreecommitdiffstats
path: root/ports/ARMCM3
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-14 13:29:36 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-14 13:29:36 +0000
commitf85150da74ba830ecd726e190969f3f2507d2a28 (patch)
tree830991e502f9a8b19370555e063444d3a2bc2ecb /ports/ARMCM3
parent6ab7ea31f114af0e0d98494156d456279dd5ecd4 (diff)
downloadChibiOS-f85150da74ba830ecd726e190969f3f2507d2a28.tar.gz
ChibiOS-f85150da74ba830ecd726e190969f3f2507d2a28.tar.bz2
ChibiOS-f85150da74ba830ecd726e190969f3f2507d2a28.zip
Doxygen-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1038 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/ARMCM3')
-rw-r--r--ports/ARMCM3/port.dox6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/ARMCM3/port.dox b/ports/ARMCM3/port.dox
index 7fb8ac53f..db44ab9c5 100644
--- a/ports/ARMCM3/port.dox
+++ b/ports/ARMCM3/port.dox
@@ -60,7 +60,7 @@
* - <b>Halted</b>. Implemented as an infinite loop after globally masking all
* the maskable interrupt sources. The ARM state is whatever the processor
* was running when @p chSysHalt() was invoked.
- *
+ * .
* @section ARMCM3_NOTES The ARM Cortex-M3 port notes
* The ARM Cortex-M3 port is organized as follow:
* - The @p main() function is invoked in thread-privileged mode.
@@ -78,7 +78,7 @@
* It is possible to share the SVC handler at the cost of slower context
* switching.
* - The PendSV vector is internally used for preemption context switching.
- *
+ * .
* @ingroup Ports
*/
@@ -107,7 +107,7 @@
* instruction from within the idle loop. This is defaulted to 0 because
* it can create problems with some debuggers. Setting this option to 1
* reduces the system power requirements.
- *
+ * .
* @ingroup ARMCM3
*/