From a0e6c73850390b97a1f620173fa78802440d2168 Mon Sep 17 00:00:00 2001 From: Mathew Kallada Date: Thu, 13 Dec 2012 20:51:15 -0500 Subject: posix: Doxygen enhancement task #4 http://www.google-melange.com/gci/task/view/google/gci2012/7955219 --- cpukit/posix/include/rtems/posix/ptimer.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'cpukit/posix/include/rtems/posix/ptimer.h') diff --git a/cpukit/posix/include/rtems/posix/ptimer.h b/cpukit/posix/include/rtems/posix/ptimer.h index 046a7af477..a7c083711a 100644 --- a/cpukit/posix/include/rtems/posix/ptimer.h +++ b/cpukit/posix/include/rtems/posix/ptimer.h @@ -20,6 +20,12 @@ #ifndef _RTEMS_POSIX_PTIMER_H #define _RTEMS_POSIX_PTIMER_H +/** + * @defgroup POSIX_PRIV_TIMERS Timers + * + * @ingroup POSIX + */ +/**@{*/ #ifdef __cplusplus extern "C" { #endif @@ -37,6 +43,8 @@ extern "C" { void _POSIX_Timer_Manager_initialization(void); /* + * @brief Create a Per-Process Timer + * * 14.2.2 Create a Per-Process Timer, P1003.1b-1993, p. 264 * * timer_create @@ -90,5 +98,5 @@ int timer_gettime( int timer_getoverrun( timer_t timerid ); - +/**@}*/ #endif -- cgit v1.2.3