summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/doxygen.h8
-rw-r--r--cpukit/include/rtems/capture.h2
-rw-r--r--cpukit/include/rtems/recorddata.h2
3 files changed, 10 insertions, 2 deletions
diff --git a/cpukit/doxygen.h b/cpukit/doxygen.h
index fa9d1f783b..729d8b26a1 100644
--- a/cpukit/doxygen.h
+++ b/cpukit/doxygen.h
@@ -35,6 +35,14 @@
*/
/**
+ * @defgroup RTEMSAPITracing Tracing
+ *
+ * @ingroup RTEMSAPI
+ *
+ * @brief Tracing
+ */
+
+/**
* @defgroup RTEMSDeviceDrivers Device Drivers
*
* @brief 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.
*