doxygen: New API subgroup Tracing

Update #3706.
This commit is contained in:
Andreas Dachsberger
2019-04-03 08:31:25 +02:00
committed by Sebastian Huber
parent bbdf93869d
commit c9bd696eb4
3 changed files with 10 additions and 2 deletions

View File

@@ -34,6 +34,14 @@
* @brief Print Support * @brief Print Support
*/ */
/**
* @defgroup RTEMSAPITracing Tracing
*
* @ingroup RTEMSAPI
*
* @brief Tracing
*/
/** /**
* @defgroup RTEMSDeviceDrivers Device Drivers * @defgroup RTEMSDeviceDrivers Device Drivers
* *

View File

@@ -41,7 +41,7 @@
/** /**
* @defgroup libmisc_capture RTEMS Capture Engine * @defgroup libmisc_capture RTEMS Capture Engine
* *
* @ingroup libmisc * @ingroup RTEMSAPITracing
* *
* Capture Engine Component of the RTEMS Measurement and Monitoring System * Capture Engine Component of the RTEMS Measurement and Monitoring System
*/ */

View File

@@ -42,7 +42,7 @@ extern "C" {
/** /**
* @defgroup RTEMSRecord Event Recording * @defgroup RTEMSRecord Event Recording
* *
* @ingroup RTEMSAPIClassic * @ingroup RTEMSAPITracing
* *
* @brief Low-level event recording support. * @brief Low-level event recording support.
* *