From 9278f3d04f1e26071cb98a5e2940177abc40b6d8 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 27 Nov 2020 17:21:23 +0100 Subject: score: Canonicalize Doxygen @file comments Use common phrases for the file brief descriptions. Update #3706. --- cpukit/score/src/thread.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'cpukit/score/src/thread.c') diff --git a/cpukit/score/src/thread.c b/cpukit/score/src/thread.c index 3dde437e72..d66ec80d69 100644 --- a/cpukit/score/src/thread.c +++ b/cpukit/score/src/thread.c @@ -1,8 +1,11 @@ /** - * @file + * @file * - * @brief Initialize Thread Handler - * @ingroup RTEMSScoreThread + * @ingroup RTEMSScoreThread + * + * @brief This source file contains static assertions related to the Thread + * Handler and the implementation of _Thread_Initialize_information() and + * _Thread_Handler_initialization(). */ /* -- cgit v1.2.3