doxygen: Rename Internal to Implementation

Use a top-level implementation group to gather implementation related
files.  The use of "Impl" is shorter and matches with the *impl.h file
names.
This commit is contained in:
Sebastian Huber
2020-10-13 14:35:18 +02:00
parent 7141afbb0e
commit f1d932d510
24 changed files with 26 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
/**
* @defgroup RTEMSInternalClassic Classic
* @defgroup RTEMSImplClassic Classic
*
* @ingroup RTEMSInternal
* @ingroup RTEMSImpl
*
* @brief Classic
*/

View File

@@ -38,9 +38,9 @@
*/
/**
* @defgroup RTEMSInternal Internal
* @defgroup RTEMSImpl Implementation
*
* @brief RTEMS Implementation.
* @brief This group contains the RTEMS implementation components.
*/
/**

View File

@@ -45,7 +45,7 @@
/**
* @defgroup RTEMSApplicationConfiguration Application Configuration
*
* @ingroup RTEMSInternal
* @ingroup RTEMSImpl
*
* @brief Evaluation of Application Configuration Options
*

View File

@@ -28,7 +28,7 @@ extern "C" {
/**
* @defgroup ClassicUserExtensionsImpl User Extensions Implementation
*
* @ingroup RTEMSInternalClassic
* @ingroup RTEMSImplClassic
*
* @{
*/

View File

@@ -32,7 +32,7 @@ extern "C" {
/**
* @defgroup libcsupport Standard C Library Support
*
* @ingroup RTEMSInternal
* @ingroup RTEMSImpl
*
* @brief RTEMS Specific Support for the Standard C Library
*

View File

@@ -30,7 +30,7 @@
/**
* @defgroup POSIXAPI RTEMS POSIX API
*
* @ingroup RTEMSInternal
* @ingroup RTEMSImpl
*
* RTEMS POSIX API definitions and modules.
*

View File

@@ -28,7 +28,7 @@ extern "C" {
/**
* @defgroup ClassicASRImpl Classic ASR Implementation
*
* @ingroup RTEMSInternalClassic
* @ingroup RTEMSImplClassic
*
* @{
*/

View File

@@ -28,7 +28,7 @@ extern "C" {
/**
* @defgroup ClassicAttributesImpl Classic Attributes Implementation
*
* @ingroup RTEMSInternalClassic
* @ingroup RTEMSImplClassic
*
* @{
*/

View File

@@ -29,7 +29,7 @@ extern "C" {
/**
* @defgroup ClassicBarrierImpl Classic Barrier Implementation
*
* @ingroup RTEMSInternalClassic
* @ingroup RTEMSImplClassic
*
* @{
*/

View File

@@ -27,7 +27,7 @@ extern "C" {
/**
* @defgroup ClassicDPMEMImpl Dual Ported Memory Manager Implementation
*
* @ingroup RTEMSInternalClassic
* @ingroup RTEMSImplClassic
*
* @{
*/

View File

@@ -27,7 +27,7 @@ extern "C" {
/**
* @defgroup ClassicEventImpl Classic Event Implementation
*
* @ingroup RTEMSInternalClassic
* @ingroup RTEMSImplClassic
*
* @{
*/

View File

@@ -28,7 +28,7 @@ extern "C" {
/**
* @defgroup ClassicMessageQueueImpl Classic Message Queue Implementation
*
* @ingroup RTEMSInternalClassic
* @ingroup RTEMSImplClassic
*
* @{
*/

View File

@@ -27,7 +27,7 @@ extern "C" {
/**
* @defgroup ClassicModesImpl Classic Modes Implementation
*
* @ingroup RTEMSInternalClassic
* @ingroup RTEMSImplClassic
*
* @{
*/

View File

@@ -46,7 +46,7 @@ extern "C" {
/**
* @defgroup ClassicObjectImpl Classic Object Implementation
*
* @ingroup RTEMSInternalClassic
* @ingroup RTEMSImplClassic
*
* @{
*/

View File

@@ -26,7 +26,7 @@ extern "C" {
/**
* @defgroup ClassicOptionsImpl Classic Options Implementation
*
* @ingroup RTEMSInternalClassic
* @ingroup RTEMSImplClassic
*
* @{
*/

View File

@@ -29,7 +29,7 @@ extern "C" {
/**
* @defgroup ClassicPartImpl Classic Partition Manager Implementation
*
* @ingroup RTEMSInternalClassic
* @ingroup RTEMSImplClassic
*
* @{
*/

View File

@@ -34,7 +34,7 @@ extern "C" {
/**
* @defgroup ClassicRateMonImpl Classic Rate Monotonic Scheduler Implementation
*
* @ingroup RTEMSInternalClassic
* @ingroup RTEMSImplClassic
*
* @{
*/

View File

@@ -30,7 +30,7 @@ extern "C" {
/**
* @defgroup ClassicRegionImpl Classic Region Manager Implementation
*
* @ingroup RTEMSInternalClassic
* @ingroup RTEMSImplClassic
*
* @{
*/

View File

@@ -29,7 +29,7 @@ extern "C" {
/**
* @defgroup ClassicSemImpl Semaphore Manager Implementation
*
* @ingroup RTEMSInternalClassic
* @ingroup RTEMSImplClassic
*
* @{
*/

View File

@@ -27,7 +27,7 @@ extern "C" {
/**
* @defgroup ClassicSignalImpl Signals Implementation
*
* @ingroup RTEMSInternalClassic
* @ingroup RTEMSImplClassic
*/
/**@{*/

View File

@@ -27,7 +27,7 @@ extern "C" {
/**
* @defgroup ClassicStatusImpl Classic Status Implementation
*
* @ingroup RTEMSInternalClassic
* @ingroup RTEMSImplClassic
*
* @{
*/

View File

@@ -29,7 +29,7 @@ extern "C" {
/**
* @defgroup ClassicTasksImpl Classic Tasks Manager Implementation
*
* @ingroup RTEMSInternalClassic
* @ingroup RTEMSImplClassic
*
* @{
*/

View File

@@ -32,7 +32,7 @@ extern "C" {
/**
* @defgroup ClassicTimerImpl Classic Timer Implementation
*
* @ingroup RTEMSInternalClassic
* @ingroup RTEMSImplClassic
*
* @{
*/

View File

@@ -32,7 +32,7 @@ extern "C" {
/**
* @defgroup RTEMSScore SuperCore
*
* @ingroup RTEMSInternal
* @ingroup RTEMSImpl
*
* @brief Provides services for all APIs.
*