From 65f6d3ce56e0a8ebe5c998f5f26ebcbceb77d54c Mon Sep 17 00:00:00 2001 From: Ayush Awasthi Date: Wed, 19 Dec 2012 09:57:03 -0500 Subject: posix: Doxygen Enhancement Task #9 http://www.google-melange.com/gci/task/view/google/gci2012/7948216 --- cpukit/posix/src/alarm.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/posix/src/alarm.c') diff --git a/cpukit/posix/src/alarm.c b/cpukit/posix/src/alarm.c index b3c902cbab..22ffcae5c3 100644 --- a/cpukit/posix/src/alarm.c +++ b/cpukit/posix/src/alarm.c @@ -1,3 +1,10 @@ +/** + * @file + * + * @brief System Generates Signal for process after realtime seconds elapsed + * @ingroup POSIX + */ + /* * 3.4.1 Schedule Alarm, P1003.1b-1993, p. 79 */ -- cgit v1.2.3