From e0f91da505b5c907b545016645c07a3132696236 Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Fri, 30 Nov 2012 15:34:17 -0600 Subject: score misc: Score misc: Clean up Doxygen #9 (GCI 2012) This patch is a task from GCI 2012 which improves the Doxygen comments in the RTEMS source. https://google-melange.appspot.com/gci/task/view/google/gci2012/7977211 --- cpukit/score/src/thread.c | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'cpukit/score/src/thread.c') diff --git a/cpukit/score/src/thread.c b/cpukit/score/src/thread.c index b598627740..b266d6ec82 100644 --- a/cpukit/score/src/thread.c +++ b/cpukit/score/src/thread.c @@ -1,7 +1,11 @@ -/* - * Thread Handler - * +/** + * @file * + * @brief Initialize Thread Handler + * @ingroup ScoreThread + */ + +/* * COPYRIGHT (c) 1989-2011. * On-Line Applications Research Corporation (OAR). * @@ -34,16 +38,6 @@ #include #endif -/* - * _Thread_Handler_initialization - * - * This routine initializes all thread manager related data structures. - * - * Input parameters: NONE - * - * Output parameters: NONE - */ - void _Thread_Handler_initialization(void) { uint32_t ticks_per_timeslice = -- cgit v1.2.3