[rtems commit] doxygen: Benchmark Timer Driver Interface now in Device Drivers

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


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

Author:    Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Date:      Tue Apr  2 14:32:52 2019 +0200

doxygen: Benchmark Timer Driver Interface now in Device Drivers

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 2af2d5b..669c11d 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 ad9c629..a2eee25 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:



More information about the vc mailing list