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

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