summaryrefslogtreecommitdiffstats
path: root/src/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/timer.c')
-rw-r--r--src/timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timer.c b/src/timer.c
index a8cd42b8..72176b8e 100644
--- a/src/timer.c
+++ b/src/timer.c
@@ -26,10 +26,10 @@
/*! \addtogroup timer
* @{
+ * \brief Osmocom timer abstraction; modelled after linux kernel timers
*/
-/*! \file timer.c
- */
+/*! \file timer.c */
#include <assert.h>
#include <string.h>