[rtems commit] doxygen: Print Support now in API->IO

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


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

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

doxygen: Print Support now in API->IO

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 d838606..fa9d1f7 100644
--- a/cpukit/doxygen.h
+++ b/cpukit/doxygen.h
@@ -19,6 +19,22 @@
  */
 
 /**
+ * @defgroup RTEMSAPIIO IO
+ *
+ * @ingroup RTEMSAPI
+ *
+ * @brief IO
+ */
+
+/**
+ * @defgroup RTEMSAPIPrintSupport Print Support
+ *
+ * @ingroup RTEMSAPIIO
+ *
+ * @brief Print Support
+ */
+
+/**
  * @defgroup RTEMSDeviceDrivers Device Drivers
  *
  * @brief Device Drivers
diff --git a/cpukit/include/rtems/bspIo.h b/cpukit/include/rtems/bspIo.h
index 3a00b80..c906a9a 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 286a9c4..cae81b7 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 LibIO
+ * @ingroup RTEMSAPIPrintSupport
  *
  * This module contains all methods and support related to providing the user
  * with an interface to the kernel level print support.



More information about the vc mailing list