summaryrefslogtreecommitdiff
path: root/documentation/src/subclassing.dox
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2010-02-26 17:50:51 +0000
committerGreg Ercolano <erco@seriss.com>2010-02-26 17:50:51 +0000
commitf190582fea23f1481c81f0c797db7c0f45711c8e (patch)
tree4bf1a94a388966065eac7d07ee1c928e4d05df94 /documentation/src/subclassing.dox
parent6168f6fd4bb274af63f1fb91df18f448846e1646 (diff)
Added a \ref for proper doc linking.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7158 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/subclassing.dox')
-rw-r--r--documentation/src/subclassing.dox2
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[]
[..]