summaryrefslogtreecommitdiffstats
path: root/cpukit/doxygen
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-13 14:35:18 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-23 10:36:46 +0100
commitf1d932d510bcd818249257800e1e5429cf1f322e (patch)
treefb19c14d8310ae9b1212848d5bec99f43105660d /cpukit/doxygen
parentbsp/imxrt: Add new BSP (diff)
downloadrtems-f1d932d510bcd818249257800e1e5429cf1f322e.tar.bz2
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.
Diffstat (limited to 'cpukit/doxygen')
-rw-r--r--cpukit/doxygen/top-level-groups.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/doxygen/top-level-groups.h b/cpukit/doxygen/top-level-groups.h
index c1a91a3482..2916ec0b90 100644
--- a/cpukit/doxygen/top-level-groups.h
+++ b/cpukit/doxygen/top-level-groups.h
@@ -38,9 +38,9 @@
*/
/**
- * @defgroup RTEMSInternal Internal
+ * @defgroup RTEMSImpl Implementation
*
- * @brief RTEMS Implementation.
+ * @brief This group contains the RTEMS implementation components.
*/
/**