summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-01-24 10:32:57 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-01-24 10:32:57 +0100
commit7b245ef0abc5989b352b8ad48a7ab919815d2148 (patch)
tree8b9d2ab9f4bc33a44742d8adfe001c996ec6dbad
parentbd5a42eba8d0f6da3e98d9d8a294556577180c7c (diff)
Remove warnings when building doc with Doxygen
-rw-r--r--FL/Enumerations.H1
-rw-r--r--FL/Fl_Image.H2
-rw-r--r--documentation/src/fltk-options.dox2
3 files changed, 3 insertions, 2 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H
index 928f09612..08e4cee6c 100644
--- a/FL/Enumerations.H
+++ b/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 a/FL/Fl_Image.H b/FL/Fl_Image.H
index b296704f9..eb7aef3c6 100644
--- a/FL/Fl_Image.H
+++ b/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 a/documentation/src/fltk-options.dox b/documentation/src/fltk-options.dox
index c9603fc6d..a52d31426 100644
--- a/documentation/src/fltk-options.dox
+++ b/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