From f5b52a3af03468f37bb08bf43dc41f087db6722d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Apr 2024 21:06:52 +0200 Subject: [PATCH] bsps/arm: Fix Doxygen group assignment --- bsps/arm/shared/cache/cache-cp15.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bsps/arm/shared/cache/cache-cp15.c b/bsps/arm/shared/cache/cache-cp15.c index d78ec4feb4..88fae2fb1f 100644 --- a/bsps/arm/shared/cache/cache-cp15.c +++ b/bsps/arm/shared/cache/cache-cp15.c @@ -3,9 +3,10 @@ /** * @file * - * @ingroup arm + * @ingroup RTEMSImplClassicCache * - * @brief ARM cache defines and implementation. + * @brief This source file contains the Cache Manager implementation for + * devices using the ARM CP15. */ /*