FLTK logo

[master] 796ff44 - Fix documentation of FL/Fl_Box.H

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] 796ff44 - Fix documentation of FL/Fl_Box.H "Albrecht Schlosser" Feb 02, 2023  
 
commit 796ff44268893a010def65b77ed32b08bcdef191
Author:     Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Thu Feb 2 19:14:14 2023 +0100
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Thu Feb 2 19:14:14 2023 +0100

    Fix documentation of FL/Fl_Box.H

 FL/Fl_Box.H | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git FL/Fl_Box.H FL/Fl_Box.H
index 050be02..56e1ff5 100644
--- FL/Fl_Box.H
+++ FL/Fl_Box.H
@@ -1,7 +1,7 @@
 //
 // Box header file for the Fast Light Tool Kit (FLTK).
 //
-// Copyright 1998-2010 by Bill Spitzak and others.
+// Copyright 1998-2023 by Bill Spitzak and others.
 //
 // This library is free software. Distribution and use rights are outlined in
 // the file "COPYING" which should have been included with this file.  If this
@@ -14,8 +14,9 @@
 //     https://www.fltk.org/bugs.php
 //
 
-/* \file
-   Fl_Box widget . */
+/** \file FL/Fl_Box.H
+  \brief Fl_Box widget.
+*/
 
 #ifndef Fl_Box_H
 #define Fl_Box_H
@@ -34,13 +35,12 @@ protected:
   void draw() FL_OVERRIDE;
 public:
   /**
-    - The first constructor sets box() to FL_NO_BOX, which
-    means it is invisible. However such widgets are useful as placeholders
-    or Fl_Group::resizable()
-    values.  To change the box to something visible, use box(n).
-    - The second form of the constructor sets the box to the specified box
-    type.
-    <P>The destructor removes the box.
+    - The first constructor sets box() to FL_NO_BOX, which means it is invisible.
+      However such widgets are useful as placeholders or Fl_Group::resizable()
+      values. To change the box to something visible, use box(n).
+    - The second form of the constructor sets the box to the specified box type.
+
+    The destructor removes the box.
   */
   Fl_Box(int X, int Y, int W, int H, const char *l=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'.