summaryrefslogtreecommitdiff
path: root/documentation/src/subclassing.dox
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2025-12-06 21:52:33 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2025-12-06 21:53:32 +0100
commit9fa438df6893828a90f1d1755222266c623d5456 (patch)
treebe5c943be031b92fdd27a16da0e45535148dbf4d /documentation/src/subclassing.dox
parenta4ebd8564deb83237d1b21250ebbe388aad30940 (diff)
Fix doxygen warnings
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 384e510f6..1782bc5b7 100644
--- a/documentation/src/subclassing.dox
+++ b/documentation/src/subclassing.dox
@@ -298,7 +298,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 \ref fl_eventnames[] array, e.g.:
+using the fl_eventnames[] array (std::map since FLTK 1.5), e.g.:
\code
#include <FL/names.h> // defines fl_eventnames[]
[..]