summaryrefslogtreecommitdiff
path: root/documentation/src/glut.dox
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2009-03-23 17:38:24 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2009-03-23 17:38:24 +0000
commit2fb4b11e9140cbf7bc19c566c71cdb935296b4e3 (patch)
tree187de9b7a42e4a19e51ee57b5111a1fccf0f995f /documentation/src/glut.dox
parent441af681d1ac426ed82462df09c440a0f0e7d0b1 (diff)
Fixed garbage pdf/html resulting from glut.dox.
The problem was the '~' character in a (maybe osolete?) html anchor. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6715 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/glut.dox')
-rw-r--r--documentation/src/glut.dox11
1 files changed, 2 insertions, 9 deletions
diff --git a/documentation/src/glut.dox b/documentation/src/glut.dox
index 57f202921..0298a329e 100644
--- a/documentation/src/glut.dox
+++ b/documentation/src/glut.dox
@@ -211,13 +211,6 @@ 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
@@ -231,7 +224,7 @@ a preset position and size. The second constructor with 2 arguments
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 @@ void Fl_Glut_Window::make_current()
\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> &nbsp;&nbsp;
<a class="el" href="enumerations.html">[Previous] FLTK Enumerations</a> &nbsp;&nbsp;