summaryrefslogtreecommitdiff
path: root/include/timer.h
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2012-07-05 13:03:48 -0700
committerAttila Molnar <attilamolnar@hush.com>2012-07-05 13:03:48 -0700
commitdef08e968b2ed922d7ee69d92d6754f858d00f57 (patch)
tree5125fa4a8bc4d2901da96ddec8577f21d67f0f32 /include/timer.h
parent2cb47dd7920355b11edd664f7399ca69e0d5d0b4 (diff)
parent808a0a09577009c2d6e494979c2189426b332aef (diff)
Merge pull request #242 from SaberUK/insp20-doxygen-fix
[2.0] Doxygen fixes
Diffstat (limited to 'include/timer.h')
-rw-r--r--include/timer.h5
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);