source: rtems/bsps/shared/doxygen.h @ 6c07890

Last change on this file since 6c07890 was 6c07890, checked in by Sebastian Huber <sebastian.huber@…>, on 10/13/20 at 13:48:14

doxygen: Use common syntax for groups

  • Property mode set to 100644
File size: 467 bytes
Line 
1/**
2 * @defgroup RTEMSBSPs Board Support Packages
3 *
4 * @brief This group contains the Board Support Packages (BSPs).
5 */
6
7/**
8 * @defgroup RTEMSBSPsShared Shared
9 *
10 * @ingroup RTEMSBSPs
11 *
12 * @brief This group contains the architecture-independent support modules
13 *   shared across all BSPs.
14 */
15
16/**
17 * @defgroup RTEMSBSPsSharedConsole Console Driver Support
18 *
19 * @ingroup RTEMSBSPsShared
20 *
21 * @brief This group contains the console driver support modules.
22 */
Note: See TracBrowser for help on using the repository browser.