]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/graphics.h
regenerated headers to remove @seealso in favour of @see; fixed links to global funct...
[wxWidgets.git] / interface / graphics.h
index 44c444ac66edafd583850d2f1f02a16fbcc0e7be..c7808e8128ba95ea471d4bb2b533676921c64205 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        graphics.h
-// Purpose:     documentation for wxGraphicsPath class
+// Purpose:     interface of wxGraphicsPath
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -157,6 +157,7 @@ public:
 };
 
 
+
 /**
     @class wxGraphicsObject
     @wxheader{graphics.h}
@@ -167,8 +168,7 @@ public:
     @library{wxcore}
     @category{FIXME}
 
-    @seealso
-    wxGraphicsBrush, wxGraphicsPen, wxGraphicsMatrix, wxGraphicsPath
+    @see wxGraphicsBrush, wxGraphicsPen, wxGraphicsMatrix, wxGraphicsPath
 */
 class wxGraphicsObject : public wxObject
 {
@@ -186,6 +186,7 @@ public:
 };
 
 
+
 /**
     @class wxGraphicsContext
     @wxheader{graphics.h}
@@ -198,8 +199,7 @@ public:
     @library{wxcore}
     @category{FIXME}
 
-    @seealso
-    wxGraphicsRenderer:: CreateContext
+    @see wxGraphicsRenderer:: CreateContext
 */
 class wxGraphicsContext : public wxGraphicsObject
 {
@@ -458,6 +458,7 @@ public:
 };
 
 
+
 /**
     @class wxGraphicsRenderer
     @wxheader{graphics.h}
@@ -552,6 +553,7 @@ public:
 };
 
 
+
 /**
     @class wxGraphicsBrush
     @wxheader{graphics.h}
@@ -567,6 +569,7 @@ public:
 };
 
 
+
 /**
     @class wxGraphicsFont
     @wxheader{graphics.h}
@@ -582,6 +585,7 @@ public:
 };
 
 
+
 /**
     @class wxGraphicsPen
     @wxheader{graphics.h}
@@ -597,6 +601,7 @@ public:
 };
 
 
+
 /**
     @class wxGraphicsMatrix
     @wxheader{graphics.h}
@@ -680,3 +685,4 @@ public:
     */
     void Translate(wxDouble dx, wxDouble dy);
 };
+