From 9fa438df6893828a90f1d1755222266c623d5456 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 6 Dec 2025 21:52:33 +0100 Subject: Fix doxygen warnings --- documentation/src/subclassing.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/src/subclassing.dox') 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 // defines fl_eventnames[] [..] -- cgit v1.2.3