FLTK logo

[master] 1afbbb4 - Documentation updates (formatting)

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] 1afbbb4 - Documentation updates (formatting) "Albrecht Schlosser" Oct 17, 2021  
 
commit 1afbbb4aef47267e42308da924a71dff0ee8d79c
Author:     Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Sun Oct 17 13:39:40 2021 +0200
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Sun Oct 17 13:39:40 2021 +0200

    Documentation updates (formatting)
    
    no code changes

 FL/Fl.H | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

diff --git FL/Fl.H FL/Fl.H
index 720899b..27f2d68 100644
--- FL/Fl.H
+++ FL/Fl.H
@@ -60,20 +60,23 @@ extern FL_EXPORT const char* fl_local_ctrl;  ///< string pointer used in shortcu
 extern FL_EXPORT const char* fl_local_meta;  ///< string pointer used in shortcuts, you can change it to another language
 extern FL_EXPORT const char* fl_local_shift; ///< string pointer used in shortcuts, you can change it to another language
 
-/** \defgroup  callback_functions Callback function typedefs
- \brief Typedefs defined in <FL/Fl.H> for callback or handler functions passed as function parameters.
+/** \defgroup  callback_functions  Callback Function Typedefs
 
-    FLTK uses callback functions as parameters for some function calls, e.g. to
-    set up global event handlers (Fl::add_handler()), to add a timeout handler
-    (Fl::add_timeout()), and many more.
+  \brief Typedefs defined in <FL/Fl.H> for callback or handler functions passed as function parameters.
 
-    The typedefs defined in this group describe the function parameters used to set
-    up or clear the callback functions and should also be referenced to define the
-    callback function to handle such events in the user's code.
+  FLTK uses callback functions as parameters for some function calls, e.g. to
+  set up global event handlers (Fl::add_handler()), to add a timeout handler
+  (Fl::add_timeout()), and many more.
 
-    \see Fl::add_handler(), Fl::add_timeout(), Fl::repeat_timeout(),
-         Fl::remove_timeout() and others
-  @{ */
+  The typedefs defined in this group describe the function parameters used to set
+  up or clear the callback functions and should also be referenced to define the
+  callback function to handle such events in the user's code.
+
+  \see  Fl::add_handler(), Fl::add_timeout(), Fl::repeat_timeout(),
+        Fl::remove_timeout() and others
+
+  @{
+*/
 
 /** Signature of some label drawing functions passed as parameters */
 typedef void (Fl_Label_Draw_F)(const Fl_Label *label, int x, int y, int w, int h, Fl_Align align);
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'.