doxygen: Added subclasses to API

Update #3706.

RTEMS Application Loader, RTEMS Runtime Link Editor, Status Checks
and Test Support
This commit is contained in:
Andreas Dachsberger
2019-04-03 07:45:22 +02:00
committed by Sebastian Huber
parent 7155b5bc29
commit 57a076cd11
4 changed files with 8 additions and 0 deletions

View File

@@ -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:
*

View File

@@ -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.
*

View File

@@ -31,6 +31,8 @@ extern "C" {
/**
* @defgroup rtems_status_checks Status Checks
*
* @ingroup RTEMSAPI
*/
/**@{**/

View File

@@ -27,6 +27,8 @@ extern "C" {
/**
* @defgroup RTEMSTest Test Support
*
* @ingroup RTEMSAPI
*
* @brief Test support functions.
*
* @{