[PATCH 04/28] doxygen: Added toplevel group for device drivers

Sebastian Huber sebastian.huber at embedded-brains.de
Wed Apr 3 07:31:37 UTC 2019


From: Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>

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 c0b2f8625e..d9d55a5cb0 100644
--- a/cpukit/doxygen.h
+++ b/cpukit/doxygen.h
@@ -18,6 +18,12 @@
  * @brief API
  */
 
+/**
+ * @defgroup RTEMSDeviceDrivers Device Drivers
+ * 
+ * @brief Device Drivers
+ */
+
 /**
  * @defgroup libfs libfs
  * 
diff --git a/cpukit/include/rtems/bdbuf.h b/cpukit/include/rtems/bdbuf.h
index 2794af7300..7963521f2a 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
  */
 
@@ -33,8 +34,10 @@ extern "C" {
 
 /**
  * @defgroup rtems_libblock Block Device Library
+ * 
+ * @ingroup RTEMSDeviceDrivers
  *
- * Block device modules.
+ * @brief Block device modules.
  */
 
 /**
-- 
2.16.4




More information about the devel mailing list