Author: engelsman
Date: 2009-05-25 11:49:47 -0700 (Mon, 25 May 2009)
New Revision: 6789
Log:
converted old html tags to doxygen in glut.dox

removed old <a name="anchor"> lines
removed redundant methods list and corresponding doxygen \anchors



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-05-25 18:19:46 UTC 
(rev 6788)
+++ branches/branch-1.3/documentation/src/glut.dox      2009-05-25 18:49:47 UTC 
(rev 6789)
@@ -105,9 +105,9 @@
 \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
 
 \code
@@ -132,7 +132,7 @@
 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 @@
 
 \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 @@
 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

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to