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/schedulerpriorityyield.c | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'cpukit/score/src/schedulerpriorityyield.c') diff --git a/cpukit/score/src/schedulerpriorityyield.c b/cpukit/score/src/schedulerpriorityyield.c index 62c3807982..c000125daf 100644 --- a/cpukit/score/src/schedulerpriorityyield.c +++ b/cpukit/score/src/schedulerpriorityyield.c @@ -1,6 +1,11 @@ -/* - * Scheduler Priority Handler / Yield +/** + * @file * + * @brief Scheduler Priority Yield + * @ingroup ScoreScheduler + */ + +/* * Copyright (C) 2010 Gedare Bloom. * Copyright (C) 2011 On-Line Applications Research Corporation (OAR). * @@ -19,12 +24,6 @@ #include #include -/* - * INTERRUPT LATENCY: - * ready chain - * select heir - */ - void _Scheduler_priority_Yield(void) { Scheduler_priority_Per_thread *sched_info; -- cgit v1.2.3