From 6ada45f1f24423c4039a5099fcc6de3b5e2c37f0 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 8 Jan 2023 01:07:04 +0100 Subject: Fix missing parameter documentation --- src/Fl_Widget.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Fl_Widget.cxx b/src/Fl_Widget.cxx index f71b27927..6518f002f 100644 --- a/src/Fl_Widget.cxx +++ b/src/Fl_Widget.cxx @@ -383,7 +383,7 @@ void Fl_Widget::bind_deimage(Fl_Image* img) { \param[in] widget call the callback with \p widget as the first argument \param[in] arg use \p arg as the user data (second) argument - \param[in] reason for calling this callback + \param[in] reason give a reason to why this callback was called, defaults to \ref FL_REASON_UNKNOWN \see default_callback() \see callback() -- cgit v1.2.3