From 578bedc2898951c5e86e85a54a556730cfc4fe5a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 4 Nov 2002 05:54:42 +0000 Subject: [PATCH] fix for documentation --- otk/timer.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/otk/timer.hh b/otk/timer.hh index 509a4a07..cffea6ca 100644 --- a/otk/timer.hh +++ b/otk/timer.hh @@ -92,8 +92,7 @@ public: */ inline void recurring(bool b) { recur = b; } - //! Sets the amount of time for the OBTimer to last before firing in - //! milliseconds + //! Sets the amount of time for the OBTimer to last in milliseconds /*! @param t The number of milliseconds the timer should last */ -- 2.45.2