aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/evtimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/evtimer.h')
-rw-r--r--src/lib/evtimer.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/evtimer.h b/src/lib/evtimer.h
index d0ff5f7c7..5a148e4db 100644
--- a/src/lib/evtimer.h
+++ b/src/lib/evtimer.h
@@ -18,10 +18,8 @@
*/
/**
- * @file evtimer.h
+ * @addtogroup event_timer
* @{
- * Event Timer definitions.
- * @see evtimer.c
*/
#ifndef _EVTIMER_H_
@@ -46,7 +44,8 @@ extern "C" {
#endif
/**
- * Initializes an @p EvTimer structure.
+ * @brief Initializes an @p EvTimer structure.
+ *
* @param etp the EvTimer structure to be initialized
* @param time the interval in system ticks
*/