From 205dbb9df9c8d39c955d6b807a59e258c319ad3d Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Mon, 3 Dec 2012 13:18:33 -0600 Subject: cpukit: Clean up Doxygen #3 (GCI 2012) --- cpukit/rtems/src/clockset.c | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to 'cpukit/rtems/src/clockset.c') diff --git a/cpukit/rtems/src/clockset.c b/cpukit/rtems/src/clockset.c index 55ec3935ef..74a50f7233 100644 --- a/cpukit/rtems/src/clockset.c +++ b/cpukit/rtems/src/clockset.c @@ -1,6 +1,11 @@ -/* - * Clock Manager +/** + * @file * + * @brief Set the Current TOD + * @ingroup ClassicClock + */ + +/* * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). * @@ -22,19 +27,6 @@ #include #include -/* - * rtems_clock_set - * - * This directive sets the date and time for this node. - * - * Input parameters: - * tod - pointer to the time and date structure - * - * Output parameters: - * RTEMS_SUCCESSFUL - if successful - * error code - if unsuccessful - */ - rtems_status_code rtems_clock_set( const rtems_time_of_day *tod ) -- cgit v1.2.3