mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 04:50:37 -04:00
Try another doxygen tweak
This commit is contained in:
parent
6e67b51023
commit
ccf432b912
@ -1135,8 +1135,8 @@ int event_base_once(struct event_base *, evutil_socket_t, short, event_callback_
|
|||||||
/**
|
/**
|
||||||
Add an event to the set of pending events.
|
Add an event to the set of pending events.
|
||||||
|
|
||||||
The function event_add() schedules the execution of the ev event when the
|
The function event_add() schedules the execution of the event 'ev' when the
|
||||||
event specified in event_assign()/event_new() occurs, or when the time
|
condition specified by event_assign() or event_new() occurs, or when the time
|
||||||
specified in timeout has elapesed. If atimeout is NULL, no timeout
|
specified in timeout has elapesed. If atimeout is NULL, no timeout
|
||||||
occurs and the function will only be
|
occurs and the function will only be
|
||||||
called if a matching event occurs. The event in the
|
called if a matching event occurs. The event in the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user