doxygen: Move top-level group definitions

Update #3959.
This commit is contained in:
Sebastian Huber
2020-09-11 11:01:42 +02:00
parent 6942e5f991
commit ad22c6552a
2 changed files with 44 additions and 18 deletions

View File

@@ -1,9 +1,3 @@
/**
* @defgroup RTEMSInternal Internal
*
* @brief RTEMS Implementation.
*/
/**
* @defgroup RTEMSInternalClassic Classic
*
@@ -12,12 +6,6 @@
* @brief Classic
*/
/**
* @defgroup RTEMSAPI API
*
* @brief API
*/
/**
* @defgroup RTEMSAPIIO IO
*
@@ -42,12 +30,6 @@
* @brief Tracing
*/
/**
* @defgroup RTEMSDeviceDrivers Device Drivers
*
* @brief Device Drivers
*/
/**
* @defgroup RTEMSLegacyBenchmarkDrivers Legacy Benchmark Drivers
*