Author: AlbrechtS Date: 2009-03-23 10:38:24 -0700 (Mon, 23 Mar 2009) New Revision: 6715 Log: Fixed garbage pdf/html resulting from glut.dox.
The problem was the '~' character in a (maybe osolete?) html anchor. 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-23 09:31:54 UTC (rev 6714) +++ branches/branch-1.3/documentation/src/glut.dox 2009-03-23 17:38:24 UTC (rev 6715) @@ -211,13 +211,6 @@ \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 @@ -231,7 +224,7 @@ will create the window with a preset size, but the window manager will choose the position according to it's own whims. -<A name="Fl_Glut_Window.~Fl_Glut_Window"> </A> <!-- For old HTML links only ! --> +<A name="Fl_Glut_Window.__Fl_Glut_Window"> </A> <!-- For old HTML links only ! --> \anchor glut_fl_glut_window_destructor virtual Fl_Glut_Window::~Fl_Glut_Window() @@ -245,7 +238,7 @@ \par Switches all drawing functions to the GLUT window. -<!-- After fixing the above todo, add \htmlonly here --> +\htmlonly <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
