source: rtems/cpukit/doxygen.h @ e0dcf294

5
Last change on this file since e0dcf294 was 7b09032, checked in by Andreas Dachsberger <andreas.dachsberger@…>, on 04/03/19 at 06:49:07

doxygen: Split up "libmisc" subgroups and removed libmisc

Update #3706.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1/**
2 * @defgroup RTEMSInternal Internal
3 *
4 * @brief RTEMS Implementation.
5 */
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 */
20
21/**
22 * @defgroup RTEMSAPIIO IO
23 *
24 * @ingroup RTEMSAPI
25 *
26 * @brief IO
27 */
28
29/**
30 * @defgroup RTEMSAPIPrintSupport Print Support
31 *
32 * @ingroup RTEMSAPIIO
33 *
34 * @brief Print Support
35 */
36
37/**
38 * @defgroup RTEMSAPITracing Tracing
39 *
40 * @ingroup RTEMSAPI
41 *
42 * @brief Tracing
43 */
44
45/**
46 * @defgroup RTEMSDeviceDrivers Device Drivers
47 *
48 * @brief Device Drivers
49 */
50
51/**
52 * @defgroup RTEMSLegacyBenchmarkDrivers Legacy Benchmark Drivers
53 *
54 * @ingroup RTEMSDeviceDrivers
55 *
56 * @brief Legacy Benchmark Drivers
57 */
58
59/**
60 * @defgroup RTEMSTimeTest27Support Time Test 27 Support
61 *
62 * @ingroup RTEMSDeviceDrivers
63 *
64 * @brief Time Test 27 Support
65 */
66
67/**
68 * @defgroup libfs libfs
69 *
70 * @ingroup FileSystemTypesAndMount
71 *
72 * @brief libfs
73 */
74
75/**
76 * @defgroup nfsclient nfs Client
77 *
78 * @ingroup FileSystemTypesAndMount
79 *
80 * @brief nfs Client
81 */
82
83/**
84 * @defgroup libmisc_mouse Serial Mouse
85 *
86 * @ingroup RTEMSDeviceDrivers
87 *
88 * @brief Serial Mouse
89 */
90
Note: See TracBrowser for help on using the repository browser.