aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-03 09:48:29 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-03 09:48:29 +0000
commiteb2abbb643b99244d63c769fb751acd4a062d9e0 (patch)
tree938be054adcb6770a852a0176540e28d2b2f45e1 /os/ports
parente00af9a519d9b147b0082784ac7ca0d0bea18d8f (diff)
downloadChibiOS-eb2abbb643b99244d63c769fb751acd4a062d9e0.tar.gz
ChibiOS-eb2abbb643b99244d63c769fb751acd4a062d9e0.tar.bz2
ChibiOS-eb2abbb643b99244d63c769fb751acd4a062d9e0.zip
Documentation related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2229 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports')
-rw-r--r--os/ports/GCC/MSP430/port.dox2
-rw-r--r--os/ports/GCC/PPC/port.dox2
-rw-r--r--os/ports/RC/STM8/port.dox2
-rw-r--r--os/ports/cosmic/STM8/port.dox2
4 files changed, 4 insertions, 4 deletions
diff --git a/os/ports/GCC/MSP430/port.dox b/os/ports/GCC/MSP430/port.dox
index 66f2562c8..f57cafabe 100644
--- a/os/ports/GCC/MSP430/port.dox
+++ b/os/ports/GCC/MSP430/port.dox
@@ -25,7 +25,7 @@
* This port supports all the cores implementing the MSP430 architecture.
*
* @section MSP430_STATES Mapping of the System States in the MSP430 port
- * The ChibiOS/RT logical system states are mapped as follow in the MSP430
+ * The ChibiOS/RT logical @ref system_states are mapped as follow in the MSP430
* port:
* - <b>Init</b>. This state is represented by the startup code and the
* initialization code before @p chSysInit() is executed. It has not a
diff --git a/os/ports/GCC/PPC/port.dox b/os/ports/GCC/PPC/port.dox
index 14116b90e..ee0d720b6 100644
--- a/os/ports/GCC/PPC/port.dox
+++ b/os/ports/GCC/PPC/port.dox
@@ -25,7 +25,7 @@
* This port supports cores implementing a 32 bits Power Architecture.
*
* @section PPC_STATES Mapping of the System States in the Power Architecture port
- * The ChibiOS/RT logical system states are mapped as follow in the
+ * The ChibiOS/RT logical @ref system_states are mapped as follow in the
* PowerPC port:
* - <b>Init</b>. This state is represented by the startup code and the
* initialization code before @p chSysInit() is executed. It has not a
diff --git a/os/ports/RC/STM8/port.dox b/os/ports/RC/STM8/port.dox
index 5daf546f9..1a57ad754 100644
--- a/os/ports/RC/STM8/port.dox
+++ b/os/ports/RC/STM8/port.dox
@@ -25,7 +25,7 @@
* This port supports all STM8 8 bits MCUs.
*
* @section STM8_RAISONANCE_STATES Mapping of the System States in the STM8 port
- * The ChibiOS/RT logical system states are mapped as follow in the STM8
+ * The ChibiOS/RT logical @ref system_states are mapped as follow in the STM8
* port:
* - <b>Init</b>. This state is represented by the startup code and the
* initialization code before @p chSysInit() is executed. It has not a
diff --git a/os/ports/cosmic/STM8/port.dox b/os/ports/cosmic/STM8/port.dox
index 4468de71f..3e428c909 100644
--- a/os/ports/cosmic/STM8/port.dox
+++ b/os/ports/cosmic/STM8/port.dox
@@ -25,7 +25,7 @@
* This port supports all STM8 8 bits MCUs.
*
* @section STM8_COSMIC_STATES Mapping of the System States in the STM8 port
- * The ChibiOS/RT logical system states are mapped as follow in the STM8
+ * The ChibiOS/RT logical @ref system_states are mapped as follow in the STM8
* port:
* - <b>Init</b>. This state is represented by the startup code and the
* initialization code before @p chSysInit() is executed. It has not a