From 212663bede5c183df679560f90f0ad92f995de9b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 26 Feb 2019 15:44:50 +0100 Subject: 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. --- bsps/arm/csb337/include/bsp.h | 2 +- bsps/arm/csb337/umon/doxygen.h | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'bsps/arm/csb337') diff --git a/bsps/arm/csb337/include/bsp.h b/bsps/arm/csb337/include/bsp.h index c99de2fd0a..c757bf1bc9 100644 --- a/bsps/arm/csb337/include/bsp.h +++ b/bsps/arm/csb337/include/bsp.h @@ -31,7 +31,7 @@ extern "C" { /** * @defgroup arm_csb337 CSB337 Support * - * @ingroup bsp_arm + * @ingroup RTEMSBSPsARM * * @brief CSB337 support package. * diff --git a/bsps/arm/csb337/umon/doxygen.h b/bsps/arm/csb337/umon/doxygen.h index a74d3c3e8b..dbf48d6602 100644 --- a/bsps/arm/csb337/umon/doxygen.h +++ b/bsps/arm/csb337/umon/doxygen.h @@ -1,7 +1,5 @@ /** * @defgroup shared_umon SHARED UMON Modules * - * @ingroup bsp_shared - * * @brief SHARED UMON Modules - */ \ No newline at end of file + */ -- cgit v1.2.3