From: Nick Mathewson Date: Thu, 21 Nov 2013 16:47:34 +0000 (-0500) Subject: Try another doxygen tweak X-Git-Tag: release-2.1.4-alpha~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ccf432b91201afb61b1b015724bcb50245a36eec;p=libevent Try another doxygen tweak --- diff --git a/include/event2/event.h b/include/event2/event.h index 389924c0..986c009c 100644 --- a/include/event2/event.h +++ b/include/event2/event.h @@ -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