Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
doctaweeks authored and Carbenium committed Apr 15, 2015
1 parent 6484885 commit 62ff887
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/server/shared/Utilities/Util.h
Expand Up @@ -717,8 +717,9 @@ class EventMap

/**
* @name RepeatEvent
* @brief Repeats the mostly recently executed event.
* @param time Time until the event occurs. Equivalent to Repeat(urand(minTime, maxTime).
* @brief Repeats the mostly recently executed event, Equivalent to Repeat(urand(minTime, maxTime).
* @param minTime Minimum time until the event occurs.
* @param maxTime Maximum time until the event occurs.
*/
void Repeat(uint32 minTime, uint32 maxTime)
{
Expand Down Expand Up @@ -868,7 +869,7 @@ class EventMap
/**
* @name GetTimeUntilEvent
* @brief Returns time in milliseconds until next event.
* @param Id of the event.
* @param eventId of the event.
* @return Time of next event.
*/
uint32 GetTimeUntilEvent(uint32 eventId) const;
Expand Down

0 comments on commit 62ff887

Please sign in to comment.