fix for documentation

This commit is contained in:
Dana Jansens 2002-11-04 05:54:42 +00:00
parent d0b55be2c7
commit 578bedc289

View file

@ -92,8 +92,7 @@ public:
*/ */
inline void recurring(bool b) { recur = b; } inline void recurring(bool b) { recur = b; }
//! Sets the amount of time for the OBTimer to last before firing in //! Sets the amount of time for the OBTimer to last in milliseconds
//! milliseconds
/*! /*!
@param t The number of milliseconds the timer should last @param t The number of milliseconds the timer should last
*/ */