summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FL/mac.H3
-rw-r--r--src/Fl_Double_Window.cxx3
2 files changed, 6 insertions, 0 deletions
diff --git a/FL/mac.H b/FL/mac.H
index 5a2b78fc8..bb0621681 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -178,6 +178,9 @@ extern int fl_parse_color(const char* p, uchar& r, uchar& g, uchar& b);
extern void fl_open_display();
#endif // FL_DOXYGEN
+/** \file
+ Mac OS X-specific symbols.
+ */
/** \defgroup group_macosx Mac OS X-specific symbols
Mac OS X-specific symbols declared in <FL/x.H> or <FL/gl.h>
diff --git a/src/Fl_Double_Window.cxx b/src/Fl_Double_Window.cxx
index 424d3a570..943e065af 100644
--- a/src/Fl_Double_Window.cxx
+++ b/src/Fl_Double_Window.cxx
@@ -15,6 +15,9 @@
//
// http://www.fltk.org/str.php
//
+/** \file
+ Fl_Double_Window implementation.
+ */
#include <config.h>
#include <FL/Fl.H>