diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-30 17:15:16 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-30 17:15:16 +0000 |
commit | 5933cc8ee5174cd7854c6f5571f4a091dfeda183 (patch) | |
tree | c599240e4b8b634972883a06e9a40dd81932e975 /os/ports/RC | |
parent | da52a1e8ca874ccf0b090d4590c2c9f7ebb3189a (diff) | |
download | ChibiOS-5933cc8ee5174cd7854c6f5571f4a091dfeda183.tar.gz ChibiOS-5933cc8ee5174cd7854c6f5571f4a091dfeda183.tar.bz2 ChibiOS-5933cc8ee5174cd7854c6f5571f4a091dfeda183.zip |
Documentation related improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2306 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/RC')
-rw-r--r-- | os/ports/RC/STM8/port.dox | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/os/ports/RC/STM8/port.dox b/os/ports/RC/STM8/port.dox index a2f7bd507..7a7d10788 100644 --- a/os/ports/RC/STM8/port.dox +++ b/os/ports/RC/STM8/port.dox @@ -77,6 +77,13 @@ * @ingroup STM8_RAISONANCE
*/
+/**
+ * @defgroup STM8_RAISONANCE_CORE Core Port Implementation
+ * @details STM8 specific port code, structures and macros.
+ *
+ * @ingroup STM8_RAISONANCE
+ */
+
/**
* @defgroup STM8_RAISONANCE_STARTUP Startup Support
* @details ChibiOS/RT doed not provide startup files for the STM8, there
@@ -85,10 +92,3 @@ *
* @ingroup STM8_RAISONANCE
*/
-
-/**
- * @defgroup STM8_RAISONANCE_CORE Core Port Implementation
- * @details STM8 specific port code, structures and macros.
- *
- * @ingroup STM8_RAISONANCE
- */
|