[PATCH 24/28] doxygen: Added subclasses to API->Classic
Sebastian Huber
sebastian.huber at embedded-brains.de
Wed Apr 3 07:31:57 UTC 2019
From: Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
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 03cf096cb0..ac089e3a7b 100644
--- a/cpukit/include/rtems/rtl/rap.h
+++ b/cpukit/include/rtems/rtl/rap.h
@@ -27,6 +27,8 @@ extern "C" {
/**
* @defgroup rtems_rap RTEMS Application Loader
+ *
+ * @ingroup RTEMSAPIClassic
*
* 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 044aa2a332..c86202bb0c 100644
--- a/cpukit/include/rtems/rtl/rtl.h
+++ b/cpukit/include/rtems/rtl/rtl.h
@@ -38,6 +38,8 @@ extern "C" {
/**
* @defgroup rtems_rtl RTEMS Runtime Link Editor
+ *
+ * @ingroup RTEMSAPIClassic
*
* 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 94f30209c1..ab90a47d9f 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 RTEMSAPIClassic
*/
/**@{**/
diff --git a/cpukit/include/rtems/test.h b/cpukit/include/rtems/test.h
index fbe8acf909..4b15f3bc42 100644
--- a/cpukit/include/rtems/test.h
+++ b/cpukit/include/rtems/test.h
@@ -26,6 +26,8 @@ extern "C" {
/**
* @defgroup RTEMSTest Test Support
+ *
+ * @ingroup RTEMSAPIClassic
*
* @brief Test support functions.
*
--
2.16.4
More information about the devel
mailing list