diff options
author | Peter Powell <petpow@saberuk.com> | 2012-07-05 21:00:35 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2012-07-05 21:00:35 +0100 |
commit | 808a0a09577009c2d6e494979c2189426b332aef (patch) | |
tree | 94e1b6db3b0b45d8cbd6e0f1a51573a564ebbd17 /include/timer.h | |
parent | 34058529b9c0e9024921db0ccffbbe3c307ec6a1 (diff) |
Fix Doxygen syntax errors.
Diffstat (limited to 'include/timer.h')
-rw-r--r-- | include/timer.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/timer.h b/include/timer.h index 0de6710ac..9bb7128b8 100644 --- a/include/timer.h +++ b/include/timer.h @@ -137,11 +137,6 @@ class CoreExport TimerManager /** Add an Timer * @param T an Timer derived class to add - * @param secs_from_now You may set this to the number of seconds - * from the current time when the timer will tick, or you may just - * leave this unset and the values set by the Timers constructor - * will be used. This is used internally for re-triggering repeating - * timers. */ void AddTimer(Timer *T); |