Author: AlbrechtS Date: 2009-03-23 02:31:54 -0700 (Mon, 23 Mar 2009) New Revision: 6714 Log: TEMPORARY fix garbage pages in the pdf docs, introduced with svn -r 6704. This creates garbage at the end of the html page :-(
Needs to be fixed ASAP. Modified: branches/branch-1.3/documentation/src/glut.dox Modified: branches/branch-1.3/documentation/src/glut.dox =================================================================== --- branches/branch-1.3/documentation/src/glut.dox 2009-03-22 23:28:04 UTC (rev 6713) +++ branches/branch-1.3/documentation/src/glut.dox 2009-03-23 09:31:54 UTC (rev 6714) @@ -211,10 +211,18 @@ \li \ref glut_fl_glut_window_destructor "~Fl_Glut_Window()" \li \ref glut_make_current "make_current()" +\todo The following \\htmlonly is not intended to be there. Something in the + following text creates 2 garbage pages at the beginning of the pdf docs, + but I don't know yet, what it is exactly ... Instead, the html output + is garbled - we need to fix this ASAP (A.S.) + +\htmlonly + <A name="Fl_Glut_Window.Fl_Glut_Window"></A> <!-- For old HTML links only ! --> \anchor glut_fl_glut_window_constructor -Fl_Glut_Window::Fl_Glut_Window(int x, int y, int w, int h, const char -*title = 0) <br> + +Fl_Glut_Window::Fl_Glut_Window(int x, int y, int w, int h, const char *title = 0) + Fl_Glut_Window::Fl_Glut_Window(int w, int h, const char *title = 0) \par @@ -237,7 +245,7 @@ \par Switches all drawing functions to the GLUT window. -\htmlonly +<!-- After fixing the above todo, add \htmlonly here --> <hr> <a class="el" href="index.html">[Index]</a> <a class="el" href="enumerations.html">[Previous] FLTK Enumerations</a> _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
