Files
rtems/cpukit/doxygen.h
Andreas Dachsberger 5342261469 doxygen: Added groups to IO library
Update #3706.
2019-04-02 07:29:32 +02:00

36 lines
435 B
C

/**
* @defgroup RTEMSInternal Internal
*
* @brief RTEMS Implementation.
*/
/**
* @defgroup RTEMSInternalClassic Classic
*
* @ingroup RTEMSInternal
*
* @brief Classic
*/
/**
* @defgroup RTEMSAPI API
*
* @brief API
*/
/**
* @defgroup libfs libfs
*
* @ingroup FileSystemTypesAndMount
*
* @brief libfs
*/
/**
* @defgroup nfsclient nfs Client
*
* @ingroup FileSystemTypesAndMount
*
* @brief nfs Client
*/