Added a \ref for proper doc linking.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7158 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Greg Ercolano
2010-02-26 17:50:51 +00:00
parent 6168f6fd4b
commit f190582fea
+1 -1
View File
@@ -303,7 +303,7 @@ uses the event. If you return zero, the parent widget will try
sending the event to another widget.
For debugging purposes, event numbers can be printed as their actual event names
using the fl_eventnames[] array, e.g.:
using the \ref fl_eventnames[] array, e.g.:
\code
#include <FL/names.h> // defines fl_eventnames[]
[..]