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/threadq.c | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'cpukit/score/src/threadq.c') diff --git a/cpukit/score/src/threadq.c b/cpukit/score/src/threadq.c index ffce17a857..55d8760f7c 100644 --- a/cpukit/score/src/threadq.c +++ b/cpukit/score/src/threadq.c @@ -1,8 +1,15 @@ /** - * @file + * @file * - * @brief Thread Queue Initialize - * @ingroup RTEMSScoreThreadQ + * @ingroup RTEMSScoreThreadQueue + * + * @brief This source file contains static assertions related to the Thread + * Queue Handler, the definition of ::_Thread_queue_Object_name, and the + * implementation of _Thread_queue_Acquire(), + * _Thread_queue_Do_acquire_critical(), _Thread_queue_Initialize(), + * _Thread_queue_MP_callout_do_nothing(), _Thread_queue_Object_initialize(), + * _Thread_queue_Queue_get_name_and_id(), _Thread_queue_Release(), and + * _Thread_queue_Release_critical(). */ /* -- cgit v1.2.3