From e655f7e4fae3e7f5f0b5738457c9d09d3cd6b773 Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Thu, 29 Nov 2012 12:39:19 -0600 Subject: score misc: Score misc: Clean up Doxygen #5 --- cpukit/score/src/threadstackfree.c | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'cpukit/score/src/threadstackfree.c') diff --git a/cpukit/score/src/threadstackfree.c b/cpukit/score/src/threadstackfree.c index 1c20bad349..8a441009ec 100644 --- a/cpukit/score/src/threadstackfree.c +++ b/cpukit/score/src/threadstackfree.c @@ -1,7 +1,11 @@ -/* - * Thread Handler - * +/** + * @file * + * @brief Deallocate Thread Stack + * @ingroup ScoreThread + */ + +/* * COPYRIGHT (c) 1989-2008. * On-Line Applications Research Corporation (OAR). * @@ -28,12 +32,6 @@ #include #include -/* - * _Thread_Stack_Free - * - * Deallocate the Thread's stack. - */ - void _Thread_Stack_Free( Thread_Control *the_thread ) -- cgit v1.2.3