summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2024-07-19 00:39:42 -0700
committerGreg Ercolano <erco@seriss.com>2024-07-19 00:39:42 -0700
commit49a161e68d0a45e9b32e9d242205a97d3178f818 (patch)
tree57b3c72df2a5ca191758935a2cca77f4b8ec42b2 /src/Fl.cxx
parent0dec8cdc18817cbb6f6c3355fb38aaf49c56ed74 (diff)
Fix warnings during 'make html'
This fix solves these warnings: $ make html [100%] Generating HTML documentation /usr/local/src/fltk-1.4.x.git/src/Fl.cxx:2275: warning: explicit link request to 'include' could not be resolved /usr/local/src/fltk-1.4.x.git/src/Fl.cxx:2263: warning: explicit link request to 'include' could not be resolved
Diffstat (limited to 'src/Fl.cxx')
-rw-r--r--src/Fl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index 7be3fe39e..58bc0480b 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -2261,7 +2261,7 @@ void Fl::disable_im()
Opens the display.
Automatically called by the library when the first window is show()'n.
Does nothing if the display is already open.
- \note Requires ##include <FL/platform.H>
+ \note Requires \#include <FL/platform.H>
*/
void fl_open_display()
{
@@ -2272,7 +2272,7 @@ void fl_open_display()
You do \e not need to call this to exit, and in fact it is faster to not do so. It may be
useful to call this if you want your program to continue without
a GUI. You cannot open the display again, and cannot call any FLTK functions.
- \note Requires ##include <FL/platform.H>
+ \note Requires \#include <FL/platform.H>
*/
void fl_close_display()
{