From 808a0a09577009c2d6e494979c2189426b332aef Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Thu, 5 Jul 2012 21:00:35 +0100 Subject: Fix Doxygen syntax errors. --- include/timer.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/timer.h') 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); -- cgit v1.2.3