]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/glcanvas.h
regenerated headers to remove @seealso in favour of @see; fixed links to global funct...
[wxWidgets.git] / interface / glcanvas.h
index 5b015bb87ecbb0872b936a23292f94d856e12bc5..0a56f9e12d41fce1b8d9e0e9aa130155d4cdd92e 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        glcanvas.h
-// Purpose:     documentation for wxGLContext class
+// Purpose:     interface of wxGLContext
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -38,8 +38,7 @@
     @library{wxgl}
     @category{gl}
 
-    @seealso
-    wxGLCanvas
+    @see wxGLCanvas
 */
 class wxGLContext : public wxObject
 {
@@ -73,6 +72,7 @@ public:
 };
 
 
+
 /**
     @class wxGLCanvas
     @wxheader{glcanvas.h}
@@ -112,8 +112,7 @@ public:
     @library{wxgl}
     @category{gl}
 
-    @seealso
-    wxGLContext
+    @see wxGLContext
 */
 class wxGLCanvas : public wxWindow
 {
@@ -198,3 +197,4 @@ public:
     */
     bool SwapBuffers();
 };
+