Add explicit reference to variable in documentation

This commit is contained in:
Laurence Withers 2007-11-15 11:59:16 +00:00
commit b1b20b641c

View file

@ -61,7 +61,7 @@ extern volatile int lwevent_loop_exit;
\retval -1 on error (system call failed; see \a errno). \retval -1 on error (system call failed; see \a errno).
This function will call lwevent_wait() in a loop forever. The loop can be aborted by setting the This function will call lwevent_wait() in a loop forever. The loop can be aborted by setting the
flag lwevent_loop_exit to non-zero. The loop will also be aborted if lwevent_wait() returns an flag \ref lwevent_loop_exit to non-zero. The loop will also be aborted if lwevent_wait() returns an
error (in which case \a errno can be used to determine the error). error (in which case \a errno can be used to determine the error).
*/ */