Remove warnings when building doc with Doxygen

This commit is contained in:
ManoloFLTK 2023-01-24 10:32:57 +01:00
parent bd5a42eba8
commit 7b245ef0ab
3 changed files with 3 additions and 2 deletions

View File

@ -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'

View File

@ -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

View File

@ -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