[PATCH 11/28] doxygen: Added Version to API->Classic
Sebastian Huber
sebastian.huber at embedded-brains.de
Wed Apr 3 07:31:44 UTC 2019
From: Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Update #3706.
---
cpukit/include/rtems/recorddata.h | 2 ++
cpukit/include/rtems/timecounter.h | 2 ++
cpukit/include/rtems/version.h | 4 ++--
cpukit/sapi/src/version.c | 2 +-
4 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/cpukit/include/rtems/recorddata.h b/cpukit/include/rtems/recorddata.h
index f7de5229df..c736fcbe2f 100644
--- a/cpukit/include/rtems/recorddata.h
+++ b/cpukit/include/rtems/recorddata.h
@@ -41,6 +41,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..dd4300166c 100644
--- a/cpukit/include/rtems/timecounter.h
+++ b/cpukit/include/rtems/timecounter.h
@@ -32,6 +32,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
*/
/*
--
2.16.4
More information about the devel
mailing list