summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-02 12:09:49 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-04-04 08:12:35 +0200
commit0f02e6f639d8615eb3b6e6311b5c83326fb724b8 (patch)
treee3901707b930ec3d196fa40288a1c7db0891f99d
parentdoxygen: Added further groups to RTEMSAPI (diff)
downloadrtems-0f02e6f639d8615eb3b6e6311b5c83326fb724b8.tar.bz2
doxygen: Added toplevel group for device drivers
Update #3706.
-rw-r--r--cpukit/doxygen.h6
-rw-r--r--cpukit/include/rtems/bdbuf.h5
2 files changed, 10 insertions, 1 deletions
diff --git a/cpukit/doxygen.h b/cpukit/doxygen.h
index c0b2f8625e..c1dc6ef783 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 2794af7300..fbb4fc05e9 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.
*/
/**