From 5a58b1e4988eb1a0fb6311b25fd12c91bb7237d7 Mon Sep 17 00:00:00 2001 From: Daniel Georgiev Date: Sat, 1 Dec 2012 09:53:45 -0500 Subject: score misc: Score misc: Clean up Doxygen #11 (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/8013204 --- cpukit/score/src/threadinitialize.c | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'cpukit/score/src/threadinitialize.c') diff --git a/cpukit/score/src/threadinitialize.c b/cpukit/score/src/threadinitialize.c index 7fb650768b..fb22578c3d 100644 --- a/cpukit/score/src/threadinitialize.c +++ b/cpukit/score/src/threadinitialize.c @@ -1,6 +1,10 @@ -/* - * Thread Handler / Thread Initialize +/** + * @file * + * @brief Initialize Thread + * @ingroup ScoreThread + */ +/* * COPYRIGHT (c) 1989-2011. * On-Line Applications Research Corporation (OAR). * @@ -29,15 +33,6 @@ #include #include -/* - * _Thread_Initialize - * - * This routine initializes the specified the thread. It allocates - * all memory associated with this thread. It completes by adding - * the thread to the local object table so operations on this - * thread id are allowed. - */ - bool _Thread_Initialize( Objects_Information *information, Thread_Control *the_thread, -- cgit v1.2.3