diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-01-24 10:32:57 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-01-24 10:32:57 +0100 |
| commit | 7b245ef0abc5989b352b8ad48a7ab919815d2148 (patch) | |
| tree | 8b9d2ab9f4bc33a44742d8adfe001c996ec6dbad /FL | |
| parent | bd5a42eba8d0f6da3e98d9d8a294556577180c7c (diff) | |
Remove warnings when building doc with Doxygen
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Enumerations.H | 1 | ||||
| -rw-r--r-- | FL/Fl_Image.H | 2 |
2 files changed, 2 insertions, 1 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 |
