From 991919da3b860da01ff6299368c38d3f5577e4dc Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 May 2023 14:49:53 +0200 Subject: arm: Improve Doxygen file comments --- cpukit/score/cpu/arm/armv7-thread-idle.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'cpukit/score/cpu/arm/armv7-thread-idle.c') diff --git a/cpukit/score/cpu/arm/armv7-thread-idle.c b/cpukit/score/cpu/arm/armv7-thread-idle.c index 1db6d535b8..720cb2be83 100644 --- a/cpukit/score/cpu/arm/armv7-thread-idle.c +++ b/cpukit/score/cpu/arm/armv7-thread-idle.c @@ -1,9 +1,12 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /** - * @file + * @file * - * @brief CPU Thread Idle Body + * @ingroup RTEMSScoreCPUARM + * + * @brief This source file contains the implementation of + * _CPU_Thread_Idle_body(). */ /* -- cgit v1.2.3