doxygen: Print Support now in API->IO

Update #3706.
This commit is contained in:
Andreas Dachsberger
2019-04-02 14:45:28 +02:00
committed by Sebastian Huber
parent bd675f394c
commit 7e5ed6b789
3 changed files with 18 additions and 2 deletions

View File

@@ -18,6 +18,22 @@
* @brief API * @brief API
*/ */
/**
* @defgroup RTEMSAPIIO IO
*
* @ingroup RTEMSAPI
*
* @brief IO
*/
/**
* @defgroup RTEMSAPIPrintSupport Print Support
*
* @ingroup RTEMSAPIIO
*
* @brief Print Support
*/
/** /**
* @defgroup RTEMSDeviceDrivers Device Drivers * @defgroup RTEMSDeviceDrivers Device Drivers
* *

View File

@@ -29,7 +29,7 @@ extern "C" {
/** /**
* @defgroup BSPIO Kernel Print Support * @defgroup BSPIO Kernel Print Support
* *
* @ingroup LibIO * @ingroup RTEMSAPIPrintSupport
* *
* This module contains all methods and support related to providing * This module contains all methods and support related to providing
* kernel level print support. * kernel level print support.

View File

@@ -31,7 +31,7 @@ typedef struct rtems_printer rtems_printer;
/** /**
* @defgroup RTEMSPrintSupport RTEMS Print Support * @defgroup RTEMSPrintSupport RTEMS Print Support
* *
* @ingroup LibIO * @ingroup RTEMSAPIPrintSupport
* *
* This module contains all methods and support related to providing the user * This module contains all methods and support related to providing the user
* with an interface to the kernel level print support. * with an interface to the kernel level print support.