[rtems commit] doxygen: Added subclasses to API

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


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

Author:    Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Date:      Wed Apr  3 07:45:22 2019 +0200

doxygen: Added subclasses to API

Update #3706.

RTEMS Application Loader, RTEMS Runtime Link Editor, Status Checks
and Test Support

---

 cpukit/include/rtems/rtl/rap.h       | 2 ++
 cpukit/include/rtems/rtl/rtl.h       | 2 ++
 cpukit/include/rtems/status-checks.h | 2 ++
 cpukit/include/rtems/test.h          | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/cpukit/include/rtems/rtl/rap.h b/cpukit/include/rtems/rtl/rap.h
index 03cf096..11f19b1 100644
--- a/cpukit/include/rtems/rtl/rap.h
+++ b/cpukit/include/rtems/rtl/rap.h
@@ -28,6 +28,8 @@ extern "C" {
 /**
  * @defgroup rtems_rap RTEMS Application Loader
  *
+ * @ingroup RTEMSAPI
+ *
  * The module implements an application loader for files in the RAP format. The
  * RAP format is:
  *
diff --git a/cpukit/include/rtems/rtl/rtl.h b/cpukit/include/rtems/rtl/rtl.h
index 044aa2a..f13e33d 100644
--- a/cpukit/include/rtems/rtl/rtl.h
+++ b/cpukit/include/rtems/rtl/rtl.h
@@ -39,6 +39,8 @@ extern "C" {
 /**
  * @defgroup rtems_rtl RTEMS Runtime Link Editor
  *
+ * @ingroup RTEMSAPI
+ *
  * The module implements a runtime link editor with the standard dlopen, and
  * dlclose family of functions.
  *
diff --git a/cpukit/include/rtems/status-checks.h b/cpukit/include/rtems/status-checks.h
index 94f3020..51dba23 100644
--- a/cpukit/include/rtems/status-checks.h
+++ b/cpukit/include/rtems/status-checks.h
@@ -31,6 +31,8 @@ extern "C" {
 
 /**
  * @defgroup rtems_status_checks Status Checks
+ *
+ * @ingroup RTEMSAPI
  */
 /**@{**/
 
diff --git a/cpukit/include/rtems/test.h b/cpukit/include/rtems/test.h
index fbe8acf..873b848 100644
--- a/cpukit/include/rtems/test.h
+++ b/cpukit/include/rtems/test.h
@@ -27,6 +27,8 @@ extern "C" {
 /**
  * @defgroup RTEMSTest Test Support
  *
+ * @ingroup RTEMSAPI
+ *
  * @brief Test support functions.
  *
  * @{




More information about the vc mailing list