diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-05-03 11:19:35 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-05-03 11:19:35 +0000 |
commit | 380a8d3808c38b2e3f2d97a3c2bf5094e0f0386a (patch) | |
tree | 22aab283509cdf9af2c29fc1be16ce44cc3a3511 /os/rt/dox/rt.dox | |
parent | 1ceb50bebef5072a3686f225fe1d3aff5283fbda (diff) | |
download | ChibiOS-380a8d3808c38b2e3f2d97a3c2bf5094e0f0386a.tar.gz ChibiOS-380a8d3808c38b2e3f2d97a3c2bf5094e0f0386a.tar.bz2 ChibiOS-380a8d3808c38b2e3f2d97a3c2bf5094e0f0386a.zip |
Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11988 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/rt/dox/rt.dox')
-rw-r--r-- | os/rt/dox/rt.dox | 78 |
1 files changed, 33 insertions, 45 deletions
diff --git a/os/rt/dox/rt.dox b/os/rt/dox/rt.dox index 76b055761..bd19984ba 100644 --- a/os/rt/dox/rt.dox +++ b/os/rt/dox/rt.dox @@ -29,11 +29,21 @@ */
/**
- * @defgroup config Configuration
+ * @defgroup config_category Configuration
* @ingroup kernel
*/
/**
+ * @defgroup config Options
+ * @ingroup config_category
+ */
+
+/**
+ * @defgroup conf_checks Checks
+ * @ingroup config_category
+ */
+
+/**
* @defgroup checks License Checks
* @ingroup kernel
*/
@@ -46,6 +56,11 @@ */
/**
+ * @defgroup mem Memory Alignment
+ * @ingroup base
+ */
+
+/**
* @defgroup system System Management
* @ingroup base
*/
@@ -56,12 +71,22 @@ */
/**
+ * @defgroup time_intervals Time and Intervals
+ * @ingroup base
+ */
+
+/**
+ * @defgroup time Virtual Timers
+ * @ingroup base
+ */
+
+/**
* @defgroup threads Threads
* @ingroup base
*/
/**
- * @defgroup time Time and Virtual Timers
+ * @defgroup time_measurement Time Measurement
* @ingroup base
*/
@@ -77,11 +102,6 @@ */
/**
- * @defgroup binary_semaphores Binary Semaphores
- * @ingroup synchronization
- */
-
-/**
* @defgroup mutexes Mutexes
* @ingroup synchronization
*/
@@ -102,40 +122,8 @@ */
/**
- * @defgroup mailboxes Mailboxes
- * @ingroup synchronization
- */
-
-/**
- * @defgroup mem Memory Alignment
- * @details Memory Alignment services.
- * @ingroup kernel
- */
-
-/**
- * @defgroup memory Memory Management
- * @details Memory Management services.
- * @ingroup kernel
- */
-
-/**
- * @defgroup memcore Core Memory Manager
- * @ingroup memory
- */
-
-/**
- * @defgroup heaps Heaps
- * @ingroup memory
- */
-
-/**
- * @defgroup pools Memory Pools
- * @ingroup memory
- */
-
-/**
* @defgroup dynamic_threads Dynamic Threads
- * @ingroup memory
+ * @ingroup kernel
*/
/**
@@ -149,18 +137,18 @@ */
/**
- * @defgroup trace Trace
- * @ingroup kernel
+ * @defgroup checks_assertions Checks and Assertions
+ * @ingroup debug
*/
/**
- * @defgroup time_measurement Time Measurement
- * @ingroup kernel
+ * @defgroup trace Tracing
+ * @ingroup debug
*/
/**
* @defgroup statistics Statistics
- * @ingroup kernel
+ * @ingroup debug
*/
/**
|