diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-20 16:26:48 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-20 16:26:48 +0000 |
commit | 22e22db0161126d1c58a07e2323662efc18d6c86 (patch) | |
tree | e59efd65935cdb9d1358a598925a0a3fa5ace5fd /src/lib/evtimer.h | |
parent | b1d77bf4bc7fb6e89b5280d99f401caa50c8a0d8 (diff) | |
download | ChibiOS-22e22db0161126d1c58a07e2323662efc18d6c86.tar.gz ChibiOS-22e22db0161126d1c58a07e2323662efc18d6c86.tar.bz2 ChibiOS-22e22db0161126d1c58a07e2323662efc18d6c86.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@649 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/lib/evtimer.h')
-rw-r--r-- | src/lib/evtimer.h | 7 |
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
*/
|