source: rtems/cpukit/doxygen.h @ 9165349d

Last change on this file since 9165349d was ef0fe8e, checked in by Sebastian Huber <sebastian.huber@…>, on 12/02/20 at 12:18:42

dosfs: Fix Doxygen group placement

Update #3706.

  • Property mode set to 100644
File size: 667 bytes
Line 
1/**
2 * @defgroup RTEMSAPIIO IO
3 *
4 * @ingroup RTEMSAPI
5 *
6 * @brief IO
7 */
8
9/**
10 * @defgroup RTEMSAPIPrintSupport Print Support
11 *
12 * @ingroup RTEMSAPIIO
13 *
14 * @brief Print Support
15 */
16
17/**
18 * @defgroup RTEMSAPITracing Tracing
19 *
20 * @ingroup RTEMSAPI
21 *
22 * @brief Tracing
23 */
24
25/**
26 * @defgroup RTEMSLegacyBenchmarkDrivers Legacy Benchmark Drivers
27 *
28 * @ingroup RTEMSDeviceDrivers
29 *
30 * @brief Legacy Benchmark Drivers
31 */
32
33/**
34 * @defgroup RTEMSTimeTest27Support Time Test 27 Support
35 *
36 * @ingroup RTEMSDeviceDrivers
37 *
38 * @brief Time Test 27 Support
39 */
40
41/**
42 * @defgroup libmisc_mouse Serial Mouse
43 *
44 * @ingroup RTEMSDeviceDrivers
45 *
46 * @brief Serial Mouse
47 */
48
Note: See TracBrowser for help on using the repository browser.