forked from Imagelibrary/rtems
Update #3706. @ingroup for these groups already existed, but no @defgroup Further restructuring necessary
59 lines
697 B
C
59 lines
697 B
C
/**
|
|
* @defgroup RTEMSInternal Internal
|
|
*
|
|
* @brief RTEMS Implementation.
|
|
*/
|
|
|
|
/**
|
|
* @defgroup RTEMSInternalClassic Classic
|
|
*
|
|
* @ingroup RTEMSInternal
|
|
*
|
|
* @brief Classic
|
|
*/
|
|
|
|
/**
|
|
* @defgroup RTEMSAPI API
|
|
*
|
|
* @brief API
|
|
*/
|
|
|
|
/**
|
|
* @defgroup RTEMSDeviceDrivers Device Drivers
|
|
*
|
|
* @brief Device Drivers
|
|
*/
|
|
|
|
/**
|
|
* @defgroup libfs libfs
|
|
*
|
|
* @ingroup FileSystemTypesAndMount
|
|
*
|
|
* @brief libfs
|
|
*/
|
|
|
|
/**
|
|
* @defgroup nfsclient nfs Client
|
|
*
|
|
* @ingroup FileSystemTypesAndMount
|
|
*
|
|
* @brief nfs Client
|
|
*/
|
|
|
|
/**
|
|
* @defgroup libmisc libmisc
|
|
*
|
|
* @ingroup TODO
|
|
*
|
|
* @brief libmisc
|
|
*/
|
|
|
|
/**
|
|
* @defgroup libmisc_mouse Serial Mouse
|
|
*
|
|
* @ingroup libmisc
|
|
*
|
|
* @brief Serial Mouse
|
|
*/
|
|
|