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/threaddispatch.c | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) (limited to 'cpukit/score/src/threaddispatch.c') diff --git a/cpukit/score/src/threaddispatch.c b/cpukit/score/src/threaddispatch.c index f3d67b480e..283d27880d 100644 --- a/cpukit/score/src/threaddispatch.c +++ b/cpukit/score/src/threaddispatch.c @@ -1,6 +1,11 @@ +/** + * @file + * + * @brief Dispatch Thread + * @ingroup ScoreThread + */ + /* - * Thread Handler - * * COPYRIGHT (c) 1989-2009. * On-Line Applications Research Corporation (OAR). * @@ -35,20 +40,6 @@ #include #endif -/** - * _Thread_Dispatch - * - * This kernel routine determines if a dispatch is needed, and if so - * dispatches to the heir thread. Once the heir is running an attempt - * is made to dispatch any ASRs. - * - * ALTERNATE ENTRY POINTS: - * void _Thread_Enable_dispatch(); - * - * INTERRUPT LATENCY: - * dispatch thread - * no dispatch thread - */ void _Thread_Dispatch( void ) { Thread_Control *executing; -- cgit v1.2.3