[PATCH 22/28] doxygen: Print Support now in API->IO
Sebastian Huber
sebastian.huber at embedded-brains.de
Wed Apr 3 07:31:55 UTC 2019
From: Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Update #3706.
---
cpukit/doxygen.h | 16 ++++++++++++++++
cpukit/include/rtems/bspIo.h | 2 +-
cpukit/include/rtems/print.h | 2 +-
3 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/cpukit/doxygen.h b/cpukit/doxygen.h
index 9beeb63614..d8a49794ad 100644
--- a/cpukit/doxygen.h
+++ b/cpukit/doxygen.h
@@ -18,6 +18,22 @@
* @brief API
*/
+/**
+ * @defgroup RTEMSAPIIO IO
+ *
+ * @ingroup RTEMSAPI
+ *
+ * @brief IO
+ */
+
+/**
+ * @defgroup RTEMSAPIPrintSupport Print Support
+ *
+ * @ingroup RTEMSAPIIO
+ *
+ * @brief Print Support
+ */
+
/**
* @defgroup RTEMSDeviceDrivers Device Drivers
*
diff --git a/cpukit/include/rtems/bspIo.h b/cpukit/include/rtems/bspIo.h
index 1bc68c02cc..75e500cd0a 100644
--- a/cpukit/include/rtems/bspIo.h
+++ b/cpukit/include/rtems/bspIo.h
@@ -29,7 +29,7 @@ extern "C" {
/**
* @defgroup BSPIO Kernel Print Support
*
- * @ingroup LibIO
+ * @ingroup RTEMSAPIPrintSupport
*
* This module contains all methods and support related to providing
* kernel level print support.
diff --git a/cpukit/include/rtems/print.h b/cpukit/include/rtems/print.h
index 8907b71b28..ed73211b2c 100644
--- a/cpukit/include/rtems/print.h
+++ b/cpukit/include/rtems/print.h
@@ -31,7 +31,7 @@ typedef struct rtems_printer rtems_printer;
/**
* @defgroup RTEMSPrintSupport RTEMS Print Support
*
- * @ingroup RTEMSAPIClassic
+ * @ingroup RTEMSAPIPrintSupport
*
* This module contains all methods and support related to providing the user
* with an interface to the kernel level print support.
--
2.16.4
More information about the devel
mailing list