From: Dana Jansens Date: Mon, 4 Nov 2002 05:54:42 +0000 (+0000) Subject: fix for documentation X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=578bedc2898951c5e86e85a54a556730cfc4fe5a;p=chaz%2Fopenbox fix for documentation --- 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 */