From 885c9a70667299deff12b135fe1e85f073cfe3cc Mon Sep 17 00:00:00 2001 From: Andreas Dachsberger Date: Tue, 2 Apr 2019 14:15:50 +0200 Subject: [PATCH] doxygen: Put Print Support in IO Update #3706. --- cpukit/include/rtems/print.h | 2 ++ 1 file changed, 2 insertions(+) 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. */