From 441af681d1ac426ed82462df09c440a0f0e7d0b1 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 23 Mar 2009 09:31:54 +0000 Subject: 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. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6714 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/glut.dox | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'documentation/src') diff --git a/documentation/src/glut.dox b/documentation/src/glut.dox index 7d8c53bbf..57f202921 100644 --- a/documentation/src/glut.dox +++ b/documentation/src/glut.dox @@ -211,10 +211,18 @@ be altered directly: \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 + \anchor glut_fl_glut_window_constructor -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 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 @@ void Fl_Glut_Window::make_current() \par Switches all drawing functions to the GLUT window. -\htmlonly +
[Index]    [Previous] FLTK Enumerations    -- cgit v1.2.3