FLTK logo

[master] 7b245ef - Remove warnings when building doc with Doxygen

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] 7b245ef - Remove warnings when building doc with Doxygen "ManoloFLTK" Jan 24, 2023  
 
commit 7b245ef0abc5989b352b8ad48a7ab919815d2148
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Tue Jan 24 10:32:57 2023 +0100
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Tue Jan 24 10:32:57 2023 +0100

    Remove warnings when building doc with Doxygen

 FL/Enumerations.H                  | 1 +
 FL/Fl_Image.H                      | 2 +-
 documentation/src/fltk-options.dox | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git FL/Enumerations.H FL/Enumerations.H
index 928f096..08e4cee 100644
--- FL/Enumerations.H
+++ FL/Enumerations.H
@@ -1109,6 +1109,7 @@ const Fl_Color FL_GRAY0   = 32;                 // 'A'
 const Fl_Color FL_DARK3   = 39;                 // 'H'
 const Fl_Color FL_DARK2   = 45;                 // 'N'
 const Fl_Color FL_DARK1   = 47;                 // 'P'
+/** Default background color */
 const Fl_Color FL_BACKGROUND_COLOR  = 49;       // 'R' default background color
 const Fl_Color FL_LIGHT1  = 50;                 // 'S'
 const Fl_Color FL_LIGHT2  = 52;                 // 'U'
diff --git FL/Fl_Image.H FL/Fl_Image.H
index b296704..eb7aef3 100644
--- FL/Fl_Image.H
+++ FL/Fl_Image.H
@@ -267,7 +267,7 @@ public:
   virtual void color_average(Fl_Color c, float i);
   /**
    The inactive() method calls
-   color_average(FL_BACKGROUND_COLOR, 0.33f) to produce
+   color_average(\ref FL_BACKGROUND_COLOR, 0.33f) to produce
    an image that appears grayed out.
 
    An internal copy is made of the original image before
diff --git documentation/src/fltk-options.dox documentation/src/fltk-options.dox
index c9603fc..a52d314 100644
--- documentation/src/fltk-options.dox
+++ documentation/src/fltk-options.dox
@@ -56,7 +56,7 @@ options and their values. `fltk-options --help OPTION` prints more detailed
 information for OPTION if available. In interactive mode, tooltips provide
 this additional information.
 
-A full list of options can be found in the maunal at \ref Fl_Option .
+A full list of options can be found in the manual at Fl::Fl_Option.
 
 
 \htmlonly
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'.