summaryrefslogtreecommitdiff
path: root/src/fl_draw.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-11-19 14:29:46 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-11-19 14:29:46 +0100
commit4d31c5bd4f3a45ceb36f422f99c18408fad131cc (patch)
tree73e021f2096fd75aac8a0d8bfa3e332088181fed /src/fl_draw.cxx
parente6683d48e93e12fd22383ffdacc10634cc7bb85d (diff)
Fix doxygen docs of fl_draw_check()
.. as pointed out by Ian in fltk.coredev. Thanks.
Diffstat (limited to 'src/fl_draw.cxx')
-rw-r--r--src/fl_draw.cxx4
1 files changed, 2 insertions, 2 deletions
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
*/