From 6c078901b2a2e40380e918646205916f16488256 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 13 Oct 2020 15:48:14 +0200 Subject: doxygen: Use common syntax for groups --- cpukit/doxygen/top-level-groups.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'cpukit/doxygen') 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. */ -- cgit v1.2.3