diff --git a/cpukit/doxygen.h b/cpukit/doxygen.h index fa9d1f783b..729d8b26a1 100644 --- a/cpukit/doxygen.h +++ b/cpukit/doxygen.h @@ -34,6 +34,14 @@ * @brief Print Support */ +/** + * @defgroup RTEMSAPITracing Tracing + * + * @ingroup RTEMSAPI + * + * @brief Tracing + */ + /** * @defgroup RTEMSDeviceDrivers Device Drivers * diff --git a/cpukit/include/rtems/capture.h b/cpukit/include/rtems/capture.h index a0b862bca1..7a313b3b8b 100644 --- a/cpukit/include/rtems/capture.h +++ b/cpukit/include/rtems/capture.h @@ -41,7 +41,7 @@ /** * @defgroup libmisc_capture RTEMS Capture Engine * - * @ingroup libmisc + * @ingroup RTEMSAPITracing * * Capture Engine Component of the RTEMS Measurement and Monitoring System */ diff --git a/cpukit/include/rtems/recorddata.h b/cpukit/include/rtems/recorddata.h index af70a232fb..61a6311735 100644 --- a/cpukit/include/rtems/recorddata.h +++ b/cpukit/include/rtems/recorddata.h @@ -42,7 +42,7 @@ extern "C" { /** * @defgroup RTEMSRecord Event Recording * - * @ingroup RTEMSAPIClassic + * @ingroup RTEMSAPITracing * * @brief Low-level event recording support. *