summaryrefslogtreecommitdiffstats
path: root/cpukit/include
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-03 08:31:25 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-04-04 08:23:30 +0200
commitc9bd696eb40da5d9891bc57086323d25f1befdea (patch)
tree084914e3206af96bb287d6aa4f5dcc2054f54161 /cpukit/include
parentdoxygen: Added RTEMS Test Framework to API (diff)
downloadrtems-c9bd696eb40da5d9891bc57086323d25f1befdea.tar.bz2
doxygen: New API subgroup Tracing
Update #3706.
Diffstat (limited to 'cpukit/include')
-rw-r--r--cpukit/include/rtems/capture.h2
-rw-r--r--cpukit/include/rtems/recorddata.h2
2 files changed, 2 insertions, 2 deletions
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.
*