[rtems commit] doxygen: New API subgroup Tracing

Sebastian Huber sebh at rtems.org
Thu Apr 4 06:27:36 UTC 2019


Module:    rtems
Branch:    master
Commit:    c9bd696eb40da5d9891bc57086323d25f1befdea
Changeset: http://git.rtems.org/rtems/commit/?id=c9bd696eb40da5d9891bc57086323d25f1befdea

Author:    Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Date:      Wed Apr  3 08:31:25 2019 +0200

doxygen: New API subgroup Tracing

Update #3706.

---

 cpukit/doxygen.h                  | 8 ++++++++
 cpukit/include/rtems/capture.h    | 2 +-
 cpukit/include/rtems/recorddata.h | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/cpukit/doxygen.h b/cpukit/doxygen.h
index fa9d1f7..729d8b2 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 a0b862b..7a313b3 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 af70a23..61a6311 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.
  *



More information about the vc mailing list