summaryrefslogtreecommitdiffstats
path: root/bsps/bfin
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/bfin
parentUpdate Doxyfile to Doxygen 1.8.15 (diff)
downloadrtems-212663bede5c183df679560f90f0ad92f995de9b.tar.bz2
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/bfin')
-rw-r--r--bsps/bfin/TLL6527M/include/bsp.h2
-rw-r--r--bsps/bfin/eZKit533/include/bsp.h2
-rw-r--r--bsps/bfin/shared/doxygen.h18
3 files changed, 9 insertions, 13 deletions
diff --git a/bsps/bfin/TLL6527M/include/bsp.h b/bsps/bfin/TLL6527M/include/bsp.h
index 0e2019195a..96321f8ece 100644
--- a/bsps/bfin/TLL6527M/include/bsp.h
+++ b/bsps/bfin/TLL6527M/include/bsp.h
@@ -33,7 +33,7 @@ extern "C" {
/**
* @defgroup bfin_tll6527m TLL6527M Support
- * @ingroup bsp_bfin
+ * @ingroup RTEMSBSPsBfin
* @brief TLL6527M Support Package
* @{
*/
diff --git a/bsps/bfin/eZKit533/include/bsp.h b/bsps/bfin/eZKit533/include/bsp.h
index 865ed72259..476769e216 100644
--- a/bsps/bfin/eZKit533/include/bsp.h
+++ b/bsps/bfin/eZKit533/include/bsp.h
@@ -38,7 +38,7 @@ extern "C" {
/**
* @defgroup bfin_ezkit533 eZKit533 Support
- * @ingroup bsp_bfin
+ * @ingroup RTEMSBSPsBfin
* @brief eZKit533 Board Support Package
* @{
*/
diff --git a/bsps/bfin/shared/doxygen.h b/bsps/bfin/shared/doxygen.h
index 752b513868..0a33c97a93 100644
--- a/bsps/bfin/shared/doxygen.h
+++ b/bsps/bfin/shared/doxygen.h
@@ -1,11 +1,7 @@
- /**
- * @defgroup bsp_bfin Blackfin
- * @ingroup bsp_kit
- * @brief Blackfin Board Support Packages
- */
-
- /**
- * @defgroup bfin_shared Blackfin Shared Modules
- * @ingroup bsp_bfin
- * @brief Blackfin Shared Modules
- */
+/**
+ * @defgroup RTEMSBSPsBfin Blackfin
+ *
+ * @ingroup RTEMSBSPs
+ *
+ * @brief Blackfin Board Support Packages.
+ */