summaryrefslogtreecommitdiff
path: root/bsps/include/bsp/bootcard.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-02-26 15:44:50 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-04 07:51:38 +0100
commit212663bede5c183df679560f90f0ad92f995de9b (patch)
tree8b857aefe33e474b998468dc7157420a0a9f31ca /bsps/include/bsp/bootcard.h
parenta6e39d4a5928ddcb63f95e9108eefb8b8d79ce56 (diff)
bsps: Adjust architecture Doxygen groups
- Use CamelCase as it is not used in our C code. Enables simple search and replace. - Prefix with "RTEMS" to aid deployment and integration. It aids searching and sorting. Update #3706.
Diffstat (limited to 'bsps/include/bsp/bootcard.h')
-rw-r--r--bsps/include/bsp/bootcard.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/bsps/include/bsp/bootcard.h b/bsps/include/bsp/bootcard.h
index f78000587a..02feaa47e8 100644
--- a/bsps/include/bsp/bootcard.h
+++ b/bsps/include/bsp/bootcard.h
@@ -1,9 +1,7 @@
/**
* @file
*
- * @ingroup bsp_bootcard
- *
- * @brief Standard system startup.
+ * @ingroup RTEMSBSPsSharedStartup
*/
/*
@@ -37,9 +35,9 @@ extern "C" {
#endif /* __cplusplus */
/**
- * @defgroup shared_bootcard Bootcard
+ * @defgroup RTEMSBSPsSharedStartup Bootcard
*
- * @ingroup bsp_shared
+ * @ingroup RTEMSBSPsShared
*
* @brief Standard system startup.
*