From bf54252a053b6bdedb01ca71bacba5a661ea6215 Mon Sep 17 00:00:00 2001 From: Alexandre Devienne Date: Wed, 28 Nov 2012 14:14:50 -0600 Subject: Score misc: Clean up Doxygen #4 (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/7985215 --- cpukit/score/src/threaddelayended.c | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to 'cpukit/score/src/threaddelayended.c') diff --git a/cpukit/score/src/threaddelayended.c b/cpukit/score/src/threaddelayended.c index 307064a631..a050669fa5 100644 --- a/cpukit/score/src/threaddelayended.c +++ b/cpukit/score/src/threaddelayended.c @@ -1,7 +1,11 @@ +/** + * @file + * + * @brief End the Delay of a Thread + * @ingroup ScoreThread + */ + /* - * Thread Handler - * - * * COPYRIGHT (c) 1989-2007. * On-Line Applications Research Corporation (OAR). * @@ -27,18 +31,6 @@ #include #include -/* - * _Thread_Delay_ended - * - * This routine processes a thread whose delay period has ended. - * It is called by the watchdog handler. - * - * Input parameters: - * id - thread id - * - * Output parameters: NONE - */ - void _Thread_Delay_ended( Objects_Id id, void *ignored __attribute__((unused)) -- cgit v1.2.3