[rtems commit] doxygen: Added toplevel group for device drivers

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


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

Author:    Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Date:      Tue Apr  2 12:09:49 2019 +0200

doxygen: Added toplevel group for device drivers

Update #3706.

---

 cpukit/doxygen.h             | 6 ++++++
 cpukit/include/rtems/bdbuf.h | 5 ++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/cpukit/doxygen.h b/cpukit/doxygen.h
index c0b2f86..c1dc6ef 100644
--- a/cpukit/doxygen.h
+++ b/cpukit/doxygen.h
@@ -19,6 +19,12 @@
  */
 
 /**
+ * @defgroup RTEMSDeviceDrivers Device Drivers
+ *
+ * @brief Device Drivers
+ */
+
+/**
  * @defgroup libfs libfs
  * 
  * @ingroup FileSystemTypesAndMount
diff --git a/cpukit/include/rtems/bdbuf.h b/cpukit/include/rtems/bdbuf.h
index 2794af7..fbb4fc0 100644
--- a/cpukit/include/rtems/bdbuf.h
+++ b/cpukit/include/rtems/bdbuf.h
@@ -2,6 +2,7 @@
  * @file
  *
  * @ingroup rtems_bdbuf
+ *
  * @brief Block Device Buffer Management
  */
 
@@ -34,7 +35,9 @@ extern "C" {
 /**
  * @defgroup rtems_libblock Block Device Library
  *
- * Block device modules.
+ * @ingroup RTEMSDeviceDrivers
+ *
+ * @brief Block device modules.
  */
 
 /**




More information about the vc mailing list