From 60ceb6133e96d2754f415c67fae769ba7a0bb1bd Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Wed, 5 Dec 2012 18:15:32 -0500 Subject: rtems misc: Clean up Doxygen GCI Task #6 http://www.google-melange.com/gci/task/view/google/gci2012/8019205 --- cpukit/rtems/src/timerserverfireafter.c | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) (limited to 'cpukit/rtems/src/timerserverfireafter.c') diff --git a/cpukit/rtems/src/timerserverfireafter.c b/cpukit/rtems/src/timerserverfireafter.c index d515d5f919..ee8dc8f3da 100644 --- a/cpukit/rtems/src/timerserverfireafter.c +++ b/cpukit/rtems/src/timerserverfireafter.c @@ -1,7 +1,11 @@ -/* - * Timer Manager - rtems_timer_server fire_after directive - * +/** + * @file * + * @brief RTEMS Timer Server Fire After + * @ingroup ClassicTimer + */ + +/* * COPYRIGHT (c) 1989-2007. * On-Line Applications Research Corporation (OAR). * @@ -23,23 +27,6 @@ #include #include -/* - * rtems_timer_server_fire_after - * - * This directive allows a thread to start a timer which will by - * executed by the Timer Server when it fires. - * - * Input parameters: - * id - timer id - * ticks - interval until routine is fired - * routine - routine to schedule - * user_data - passed as argument to routine when it is fired - * - * Output parameters: - * RTEMS_SUCCESSFUL - if successful - * error code - if unsuccessful - */ - rtems_status_code rtems_timer_server_fire_after( rtems_id id, rtems_interval ticks, -- cgit v1.2.3