From 4d31c5bd4f3a45ceb36f422f99c18408fad131cc Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 19 Nov 2021 14:29:46 +0100 Subject: Fix doxygen docs of fl_draw_check() .. as pointed out by Ian in fltk.coredev. Thanks. --- src/fl_draw.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/fl_draw.cxx b/src/fl_draw.cxx index 26f49f10f..4dbfedc88 100644 --- a/src/fl_draw.cxx +++ b/src/fl_draw.cxx @@ -492,8 +492,8 @@ void fl_restore_scale(float s) { The size limits are implementation details and may be changed at any time. - \param[in] X,Y top left corner of the bounding box - \param[in] W,H width and height of the bounding box + \param[in] bb rectangle that defines the bounding box + \param[in] col Fl_Color to draw the check mark \since 1.4.0 */ -- cgit v1.2.3