[rtems commit] doxygen: Added Version to API->Classic

Sebastian Huber sebh at rtems.org
Thu Apr 4 06:27:36 UTC 2019


Module:    rtems
Branch:    master
Commit:    e78e7fe0dea2627b5485a6de9bee748a73da6510
Changeset: http://git.rtems.org/rtems/commit/?id=e78e7fe0dea2627b5485a6de9bee748a73da6510

Author:    Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Date:      Tue Apr  2 13:33:49 2019 +0200

doxygen: Added Version to API->Classic

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 f7de522..af70a23 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 8d1bd78..8ff18c2 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 9bee2e8..d8c1206 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 d240b1b..e1e7705 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
  */
 
 /*




More information about the vc mailing list