summaryrefslogtreecommitdiffstats
path: root/cpukit/doxygen
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-13 15:48:14 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-23 10:36:46 +0100
commit6c078901b2a2e40380e918646205916f16488256 (patch)
tree6c52011114cad472cd9e7ba7595d66e158030f27 /cpukit/doxygen
parentdoxygen: Rename Internal to Implementation (diff)
downloadrtems-6c078901b2a2e40380e918646205916f16488256.tar.bz2
doxygen: Use common syntax for groups
Diffstat (limited to 'cpukit/doxygen')
-rw-r--r--cpukit/doxygen/top-level-groups.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/cpukit/doxygen/top-level-groups.h b/cpukit/doxygen/top-level-groups.h
index 2916ec0b90..8d38195f3e 100644
--- a/cpukit/doxygen/top-level-groups.h
+++ b/cpukit/doxygen/top-level-groups.h
@@ -28,13 +28,14 @@
/**
* @defgroup RTEMSAPI API
*
- * @brief API
+ * @brief This group contains the Application Programming Interfaces (APIs) of
+ * RTEMS.
*/
/**
* @defgroup RTEMSDeviceDrivers Device Drivers
*
- * @brief Device Drivers
+ * @brief This group contains the device drivers.
*/
/**
@@ -46,5 +47,5 @@
/**
* @defgroup RTEMSTestSuites Test Suites
*
- * @brief Collection of Test Suites
+ * @brief This group contains the test suites.
*/