summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-02 14:32:52 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-04-04 08:20:50 +0200
commitb8cff580fa1396f372820adc2c74e9548a637003 (patch)
treeadaa72af9f60fbcf36d21b69f5dcf01365f273bc /cpukit
parentdoxygen: Put Real-Timer Clock Driver Interface into group Device Drivers (diff)
downloadrtems-b8cff580fa1396f372820adc2c74e9548a637003.tar.bz2
doxygen: Benchmark Timer Driver Interface now in Device Drivers
Update #3706.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/doxygen.h8
-rw-r--r--cpukit/include/rtems/btimer.h2
2 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/doxygen.h b/cpukit/doxygen.h
index 2af2d5ba1b..669c11df56 100644
--- a/cpukit/doxygen.h
+++ b/cpukit/doxygen.h
@@ -25,6 +25,14 @@
*/
/**
+ * @defgroup RTEMSLegacyBenchmarkDrivers Legacy Benchmark Drivers
+ *
+ * @ingroup RTEMSDeviceDrivers
+ *
+ * @brief Legacy Benchmark Drivers
+ */
+
+/**
* @defgroup libfs libfs
*
* @ingroup FileSystemTypesAndMount
diff --git a/cpukit/include/rtems/btimer.h b/cpukit/include/rtems/btimer.h
index ad9c629eba..a2eee251e9 100644
--- a/cpukit/include/rtems/btimer.h
+++ b/cpukit/include/rtems/btimer.h
@@ -36,6 +36,8 @@ extern "C" {
/**
* @defgroup BenchmarkTimer Benchmark Timer Driver Interface
*
+ * @ingroup RTEMSLegacyBenchmarkDrivers
+ *
* This module defines the interface for the Benchmark Timer Driver.
*
* The following methods in this module must be provided by each BSP: