source: rtems/cpukit/doxygen.h @ 0f02e6f

5
Last change on this file since 0f02e6f was 0f02e6f, checked in by Andreas Dachsberger <andreas.dachsberger@…>, on 04/02/19 at 10:09:49

doxygen: Added toplevel group for device drivers

Update #3706.

  • Property mode set to 100644
File size: 519 bytes
RevLine 
[40d15f5]1/**
2 * @defgroup RTEMSInternal Internal
3 *
4 * @brief RTEMS Implementation.
5 */
[b07c721]6
7/**
8 * @defgroup RTEMSInternalClassic Classic
9 *
10 * @ingroup RTEMSInternal
11 *
12 * @brief Classic
13 */
14
15/**
16 * @defgroup RTEMSAPI API
17 *
18 * @brief API
19 */
[5342261]20
[0f02e6f]21/**
22 * @defgroup RTEMSDeviceDrivers Device Drivers
23 *
24 * @brief Device Drivers
25 */
26
[5342261]27/**
28 * @defgroup libfs libfs
29 *
30 * @ingroup FileSystemTypesAndMount
31 *
32 * @brief libfs
33 */
34
35/**
36 * @defgroup nfsclient nfs Client
37 *
38 * @ingroup FileSystemTypesAndMount
39 *
40 * @brief nfs Client
41 */
Note: See TracBrowser for help on using the repository browser.