summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/timertsr.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-12-13 18:20:57 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-12-13 18:20:57 -0600
commit074fafd9eb23d43d246151804e61412809681369 (patch)
treea97f2dd238a89461175a223490b5821a92993bdc /cpukit/posix/src/timertsr.c
parentMerge branch 'master' of ssh://git.rtems.org/home/joel/git/rtems (diff)
parentposix: Doxygen enhancement task #4 (diff)
downloadrtems-074fafd9eb23d43d246151804e61412809681369.tar.bz2
Merge branch 'master' of ssh://git.rtems.org/data/git/rtems
Diffstat (limited to 'cpukit/posix/src/timertsr.c')
-rw-r--r--cpukit/posix/src/timertsr.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/posix/src/timertsr.c b/cpukit/posix/src/timertsr.c
index 0ef40ffdfe..ad17ae91c2 100644
--- a/cpukit/posix/src/timertsr.c
+++ b/cpukit/posix/src/timertsr.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief Operation that is run when a timer expires
+ * @ingroup POSIX_INTERNAL_TIMERS Timers
+ */
+
/*
* _POSIX_Timer_TSR
*