summaryrefslogtreecommitdiffstats
path: root/cpukit/include
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-02 14:15:50 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-04-04 08:20:38 +0200
commit885c9a70667299deff12b135fe1e85f073cfe3cc (patch)
tree9ff55ee5cef11d8310e41b6cb8eb8438a3f65bb6 /cpukit/include
parentdoxygen: Real Time Clock Time of Day API Definition in BSP->Shared (diff)
downloadrtems-885c9a70667299deff12b135fe1e85f073cfe3cc.tar.bz2
doxygen: Put Print Support in IO
Update #3706.
Diffstat (limited to 'cpukit/include')
-rw-r--r--cpukit/include/rtems/print.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/include/rtems/print.h b/cpukit/include/rtems/print.h
index 6c98b97f97..286a9c41e1 100644
--- a/cpukit/include/rtems/print.h
+++ b/cpukit/include/rtems/print.h
@@ -31,6 +31,8 @@ typedef struct rtems_printer rtems_printer;
/**
* @defgroup RTEMSPrintSupport RTEMS Print Support
*
+ * @ingroup LibIO
+ *
* This module contains all methods and support related to providing the user
* with an interface to the kernel level print support.
*/