]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/position.h
regenerated headers to remove @seealso in favour of @see; fixed links to global funct...
[wxWidgets.git] / interface / position.h
index 2813de6c233673444318997be966ae32652a02ff..52662c53d54f78691ee006558eb64902862316a1 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        position.h
-// Purpose:     documentation for wxPosition class
+// Purpose:     interface of wxPosition
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -17,8 +17,7 @@
     @library{wxbase}
     @category{FIXME}
 
-    @seealso
-    wxPoint, wxSize
+    @see wxPoint, wxSize
 */
 class wxPosition
 {
@@ -78,3 +77,4 @@ public:
     */
     void SetRow(int row);
 };
+