diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-03-23 09:31:54 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-03-23 09:31:54 +0000 |
| commit | 441af681d1ac426ed82462df09c440a0f0e7d0b1 (patch) | |
| tree | 6695e76e7cecea8e1e7dda8d1b230b96ee27dda4 | |
| parent | 6dd3466ef76985a9ceeca6c74af45e7951852885 (diff) | |
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
| -rw-r--r-- | documentation/src/glut.dox | 14 |
1 files changed, 11 insertions, 3 deletions
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 + <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 @@ void Fl_Glut_Window::make_current() \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> |
