Author: manolo Date: 2012-11-13 06:45:42 -0800 (Tue, 13 Nov 2012) New Revision: 9719 Log: Documentation: repair some instances of documented functions that did not appear in the index.
Modified: branches/branch-1.3/FL/mac.H branches/branch-1.3/src/Fl_Double_Window.cxx Modified: branches/branch-1.3/FL/mac.H =================================================================== --- branches/branch-1.3/FL/mac.H 2012-11-13 13:03:20 UTC (rev 9718) +++ branches/branch-1.3/FL/mac.H 2012-11-13 14:45:42 UTC (rev 9719) @@ -178,6 +178,9 @@ 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> Modified: branches/branch-1.3/src/Fl_Double_Window.cxx =================================================================== --- branches/branch-1.3/src/Fl_Double_Window.cxx 2012-11-13 13:03:20 UTC (rev 9718) +++ branches/branch-1.3/src/Fl_Double_Window.cxx 2012-11-13 14:45:42 UTC (rev 9719) @@ -15,6 +15,9 @@ // // http://www.fltk.org/str.php // +/** \file + Fl_Double_Window implementation. + */ #include <config.h> #include <FL/Fl.H> _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
