diff options
Diffstat (limited to 'documentation/src')
| -rw-r--r-- | documentation/src/subclassing.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/src/subclassing.dox b/documentation/src/subclassing.dox index 4d452ccc1..3b6afb7e5 100644 --- a/documentation/src/subclassing.dox +++ b/documentation/src/subclassing.dox @@ -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[] [..] |
