summaryrefslogtreecommitdiffstats
path: root/cpukit/include
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-02 14:45:28 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-04-04 08:21:48 +0200
commit7e5ed6b78934bc9fe102dd37a11cffa73c7b7c0d (patch)
tree5a69ee654b08423509426c85acdd7c79e4840af7 /cpukit/include
parentdoxygen: Mouse now in Device Drivers (diff)
downloadrtems-7e5ed6b78934bc9fe102dd37a11cffa73c7b7c0d.tar.bz2
doxygen: Print Support now in API->IO
Update #3706.
Diffstat (limited to 'cpukit/include')
-rw-r--r--cpukit/include/rtems/bspIo.h2
-rw-r--r--cpukit/include/rtems/print.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/include/rtems/bspIo.h b/cpukit/include/rtems/bspIo.h
index 3a00b803b2..c906a9a33b 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 286a9c41e1..cae81b7630 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.