From ccf432b91201afb61b1b015724bcb50245a36eec Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 21 Nov 2013 11:47:34 -0500 Subject: [PATCH] Try another doxygen tweak --- include/event2/event.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0