summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/timerserver.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-26 11:45:47 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-02 07:45:53 +0100
commit6b5f22dcbb4a876080a3713233e4d5a23d6383ed (patch)
tree9d509ea5c1b34eb06d728eeb95423fd7f3eefc1f /cpukit/rtems/src/timerserver.c
parentscore: Always define RTEMSScoreMRSP group (diff)
downloadrtems-6b5f22dcbb4a876080a3713233e4d5a23d6383ed.tar.bz2
rtems: Canonicalize Doxygen @file comments
Use common phrases for the file brief descriptions. Update #3706.
Diffstat (limited to 'cpukit/rtems/src/timerserver.c')
-rw-r--r--cpukit/rtems/src/timerserver.c13
1 files changed, 4 insertions, 9 deletions
diff --git a/cpukit/rtems/src/timerserver.c b/cpukit/rtems/src/timerserver.c
index 0ac1e89268..3c994933cd 100644
--- a/cpukit/rtems/src/timerserver.c
+++ b/cpukit/rtems/src/timerserver.c
@@ -1,15 +1,10 @@
/**
- * @file
+ * @file
*
- * Timer Manager - rtems_timer_initiate_server directive along with
- * the Timer Server Body and support routines
+ * @ingroup RTEMSImplClassicTimer
*
- * @note Data specific to the Timer Server is declared in this
- * file as the Timer Server so it does not have to be in the
- * minimum footprint. It is only really required when
- * task-based timers are used. Since task-based timers can
- * not be started until the server is initiated, this structure
- * does not have to be initialized until then.
+ * @brief This source file contains the implementation of
+ * rtems_timer_initiate_server().
*/
/* COPYRIGHT (c) 1989-2008.