summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/ptimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/include/rtems/posix/ptimer.h')
-rw-r--r--cpukit/posix/include/rtems/posix/ptimer.h10
1 files changed, 9 insertions, 1 deletions
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