summaryrefslogtreecommitdiffstats
path: root/cpukit/include
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-03 07:45:22 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-04-04 08:23:19 +0200
commit57a076cd11ad6d31be59cd0b9d309b80fa85d223 (patch)
tree928b9acc6c0fc54ff18318f584f9a4a5439d52f2 /cpukit/include
parentdoxygen: Zero and Null Device Drivers now in Device Drivers (diff)
downloadrtems-57a076cd11ad6d31be59cd0b9d309b80fa85d223.tar.bz2
doxygen: Added subclasses to API
Update #3706. RTEMS Application Loader, RTEMS Runtime Link Editor, Status Checks and Test Support
Diffstat (limited to 'cpukit/include')
-rw-r--r--cpukit/include/rtems/rtl/rap.h2
-rw-r--r--cpukit/include/rtems/rtl/rtl.h2
-rw-r--r--cpukit/include/rtems/status-checks.h2
-rw-r--r--cpukit/include/rtems/test.h2
4 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/include/rtems/rtl/rap.h b/cpukit/include/rtems/rtl/rap.h
index 03cf096cb0..11f19b14d7 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 044aa2a332..f13e33dbcb 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 94f30209c1..51dba23aa6 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 fbe8acf909..873b8482af 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.
*
* @{