Try another doxygen tweak

This commit is contained in:
Nick Mathewson 2013-11-21 11:47:34 -05:00
parent 6e67b51023
commit ccf432b912

View File

@ -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.
The function event_add() schedules the execution of the ev event when the
event specified in event_assign()/event_new() occurs, or when the time
The function event_add() schedules the execution of the event 'ev' when the
condition specified by event_assign() or event_new() occurs, or when the time
specified in timeout has elapesed. If atimeout is NULL, no timeout
occurs and the function will only be
called if a matching event occurs. The event in the