fix for documentation
This commit is contained in:
parent
d0b55be2c7
commit
578bedc289
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue