FLTK logo

[master] 4d31c5b - Fix doxygen docs of fl_draw_check()

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 4d31c5b - Fix doxygen docs of fl_draw_check() "Albrecht Schlosser" Nov 19, 2021  
 
commit 4d31c5bd4f3a45ceb36f422f99c18408fad131cc
Author:     Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Fri Nov 19 14:29:46 2021 +0100
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Fri Nov 19 14:29:46 2021 +0100

    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(-)

diff --git src/fl_draw.cxx src/fl_draw.cxx
index 26f49f1..4dbfedc 100644
--- src/fl_draw.cxx
+++ 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
 */
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.