From 1b4758602f55e215f02e384d459c3319c6e1abab Mon Sep 17 00:00:00 2001 From: Christopher Kerl Date: Thu, 29 Nov 2012 13:39:17 -0600 Subject: score misc: Score misc: Clean up Doxygen #6 (GCI 2012) This patch is a task from GCI 2012 which improves the Doxygen comments in the RTEMS source. http://www.google-melange.com/gci/task/view/google/gci2012/7976215 --- cpukit/score/src/threadqextract.c | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) (limited to 'cpukit/score/src/threadqextract.c') diff --git a/cpukit/score/src/threadqextract.c b/cpukit/score/src/threadqextract.c index 94e41df8c7..3b6aac58de 100644 --- a/cpukit/score/src/threadqextract.c +++ b/cpukit/score/src/threadqextract.c @@ -1,7 +1,12 @@ -/* - * Thread Queue Handler +/** + * @file * + * @brief Extracts Thread from Thread Queue * + * @ingroup ScoreThreadQ + */ + +/* * COPYRIGHT (c) 1989-2008. * On-Line Applications Research Corporation (OAR). * @@ -23,21 +28,6 @@ #include #include -/* - * _Thread_queue_Extract - * - * This routine removes a specific thread from the specified threadq, - * deletes any timeout, and unblocks the thread. - * - * Input parameters: - * the_thread_queue - pointer to a threadq header - * the_thread - pointer to a thread control block - * - * Output parameters: NONE - * - * INTERRUPT LATENCY: NONE - */ - void _Thread_queue_Extract( Thread_queue_Control *the_thread_queue, Thread_Control *the_thread -- cgit v1.2.3