From d4d7899bb2730dc77331db202a2473818a7ea351 Mon Sep 17 00:00:00 2001 From: Christopher Kerl Date: Wed, 28 Nov 2012 13:31:53 -0600 Subject: score misc: Clean up Doxygen #2 (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/7986213 --- cpukit/score/include/rtems/score/schedulersimple.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/score/include/rtems/score/schedulersimple.h') diff --git a/cpukit/score/include/rtems/score/schedulersimple.h b/cpukit/score/include/rtems/score/schedulersimple.h index fb883bb9c3..6237e5c4a1 100644 --- a/cpukit/score/include/rtems/score/schedulersimple.h +++ b/cpukit/score/include/rtems/score/schedulersimple.h @@ -75,6 +75,8 @@ void _Scheduler_simple_Schedule( void ); void _Scheduler_simple_Yield( void ); /** + * @brief Removes a thread from the queue + * * This routine removes @a the_thread from the scheduling decision, * that is, removes it from the ready queue. It performs * any necessary scheduling operations including the selection of -- cgit v1.2.3