summaryrefslogtreecommitdiff
path: root/documentation/src
diff options
context:
space:
mode:
authorengelsman <engelsman>2009-05-25 18:49:47 +0000
committerengelsman <engelsman>2009-05-25 18:49:47 +0000
commitd1816513ed99ca0a50192361fdb0a1718609f108 (patch)
treea92ada2c4b2a9ae94fc99ffeb10ee7a8c1878e49 /documentation/src
parent1266c587b981accf8a26a596efeac923f9de8ca7 (diff)
converted old html tags to doxygen in glut.dox
removed old <a name="anchor"> lines removed redundant methods list and corresponding doxygen \anchors git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6789 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src')
-rw-r--r--documentation/src/glut.dox20
1 files changed, 4 insertions, 16 deletions
diff --git a/documentation/src/glut.dox b/documentation/src/glut.dox
index 27769aba3..30e8c9fca 100644
--- a/documentation/src/glut.dox
+++ b/documentation/src/glut.dox
@@ -105,8 +105,8 @@ Fl_Window parent window must already be shown.
\li You can call either \p glutMainLoop(), Fl::run(),
or loop calling Fl::wait() to run the program.
- <A NAME="Fl_Glut_Window"></A> <!-- For old HTML links only ! -->
- \section glut_Fl_Glut_Window class Fl_Glut_Window
+
+\section glut_Fl_Glut_Window class Fl_Glut_Window
\subsection glut_class_hierarchy Class Hierarchy
@@ -132,7 +132,7 @@ better into FLTK's method of creating windows.
The current GLUT window is available in the global variable
\p glut_window.
-<tt>new Fl_Glut_Window(...)</tt> is the same as
+<tt>new %Fl_Glut_Window(...)</tt> is the same as
\p glutCreateWindow() except it does not \p show() the window
or make the window current.
@@ -207,15 +207,7 @@ be altered directly:
\subsection glut_methods Methods
-\li \ref glut_fl_glut_window_constructor "Fl_Glut_Window()"
-\li \ref glut_fl_glut_window_destructor "~Fl_Glut_Window()"
-\li \ref glut_make_current "make_current()"
-
-<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)
-
+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 w, int h, const char *title = 0)
\par
@@ -224,15 +216,11 @@ 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 ! -->
-\anchor glut_fl_glut_window_destructor
virtual Fl_Glut_Window::~Fl_Glut_Window()
\par
Destroys the GLUT window.
-<A name="Fl_Glut_Window.make_current"> </A> <!-- For old HTML links only ! -->
-\anchor glut_make_current
void Fl_Glut_Window::make_current()
\par