From 1884ebf501a27c68af8f3ca9ccf53b990d8d84bf Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 17 Feb 2018 08:00:54 +0000 Subject: Documentation: fix inconsistency in doc of Fl::wait(double). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12671 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Fl.cxx b/src/Fl.cxx index 4e040b30a..0e1f63fc7 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -493,11 +493,11 @@ void fl_trigger_clipboard_notify(int source) { void (*Fl::idle)(); // see Fl::add_idle.cxx for the add/remove functions /** - Waits a maximum of \e time seconds or until "something happens". + Waits a maximum of \p time_to_wait seconds or until "something happens". See Fl::wait() for the description of operations performed when "something happens". -\return Always 1 on Windows. Otherwise, it is positive + \return Always 1 on Windows. Otherwise, it is positive if an event or fd happens before the time elapsed. It is zero if nothing happens. It is negative if an error occurs (this will happen on X11 if a signal happens). -- cgit v1.2.3