[PATCH 19/28] doxygen: Benchmark Timer Driver Interface now in Device Drivers
Sebastian Huber
sebastian.huber at embedded-brains.de
Wed Apr 3 07:31:52 UTC 2019
From: Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Update #3706.
---
cpukit/doxygen.h | 8 ++++++++
cpukit/include/rtems/btimer.h | 2 ++
2 files changed, 10 insertions(+)
diff --git a/cpukit/doxygen.h b/cpukit/doxygen.h
index 83ca90360a..fe847d986b 100644
--- a/cpukit/doxygen.h
+++ b/cpukit/doxygen.h
@@ -24,6 +24,14 @@
* @brief Device Drivers
*/
+/**
+ * @defgroup RTEMSLegacyBenchmarkDrivers Legacy Benchmark Drivers
+ *
+ * @ingroup RTEMSDeviceDrivers
+ *
+ * @brief Legacy Benchmark Drivers
+ */
+
/**
* @defgroup libfs libfs
*
diff --git a/cpukit/include/rtems/btimer.h b/cpukit/include/rtems/btimer.h
index ad9c629eba..43f910011d 100644
--- a/cpukit/include/rtems/btimer.h
+++ b/cpukit/include/rtems/btimer.h
@@ -35,6 +35,8 @@ extern "C" {
/**
* @defgroup BenchmarkTimer Benchmark Timer Driver Interface
+ *
+ * @ingroup RTEMSLegacyBenchmarkDrivers
*
* This module defines the interface for the Benchmark Timer Driver.
*
--
2.16.4
More information about the devel
mailing list