summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/include/rtems/recorddata.h2
-rw-r--r--cpukit/include/rtems/timecounter.h2
-rw-r--r--cpukit/include/rtems/version.h4
-rw-r--r--cpukit/sapi/src/version.c2
4 files changed, 7 insertions, 3 deletions
diff --git a/cpukit/include/rtems/recorddata.h b/cpukit/include/rtems/recorddata.h
index f7de5229df..af70a232fb 100644
--- a/cpukit/include/rtems/recorddata.h
+++ b/cpukit/include/rtems/recorddata.h
@@ -42,6 +42,8 @@ extern "C" {
/**
* @defgroup RTEMSRecord Event Recording
*
+ * @ingroup RTEMSAPIClassic
+ *
* @brief Low-level event recording support.
*
* @{
diff --git a/cpukit/include/rtems/timecounter.h b/cpukit/include/rtems/timecounter.h
index 8d1bd78618..8ff18c2da3 100644
--- a/cpukit/include/rtems/timecounter.h
+++ b/cpukit/include/rtems/timecounter.h
@@ -33,6 +33,8 @@ extern "C" {
/**
* @defgroup SAPITimecounter Timecounter Support
*
+ * @ingroup RTEMSAPIClassic
+ *
* @{
*/
diff --git a/cpukit/include/rtems/version.h b/cpukit/include/rtems/version.h
index 9bee2e8d10..d8c1206d91 100644
--- a/cpukit/include/rtems/version.h
+++ b/cpukit/include/rtems/version.h
@@ -21,9 +21,9 @@ extern "C" {
#endif
/**
- * @defgroup ClassicVersion Version
+ * @defgroup RTEMSAPIClassicVersion Version
*
- * @ingroup ClassicVersion
+ * @ingroup RTEMSAPIClassic
*
* @brief The Version API provides functions to return the version or parts of
* the version of RTEMS you are using.
diff --git a/cpukit/sapi/src/version.c b/cpukit/sapi/src/version.c
index d240b1b0df..e1e7705863 100644
--- a/cpukit/sapi/src/version.c
+++ b/cpukit/sapi/src/version.c
@@ -8,7 +8,7 @@
* updated if it has changed. The key may indicate there are local
* modification.
*
- * @ingroup ClassicVersion
+ * @ingroup RTEMSAPIClassicVersion
*/
/*