Skip to content

Commit

Permalink
core: (fixes #445) update doc for Timer::State
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyPec committed Aug 23, 2021
1 parent dedcbd8 commit 6ed23c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/model/timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ class Timer
/** The possible states of the Timer. */
enum State
{
RUNNING, /** Timer is currently running. */
EXPIRED, /** Timer has already expired. */
SUSPENDED, /** Timer is suspended. */
RUNNING, /**< Timer is currently running. */
EXPIRED, /**< Timer has already expired. */
SUSPENDED, /**< Timer is suspended. */
};
/**
* Create a timer with a default event lifetime management policy:
Expand Down

0 comments on commit 6ed23c3

Please sign in to comment.