X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a65144e7c4126601124be45a91216f1ba294336..e54c96f187f46c06bd36be8cd52b35c19884aa2b:/interface/position.h diff --git a/interface/position.h b/interface/position.h index 2813de6c23..52662c53d5 100644 --- a/interface/position.h +++ b/interface/position.h @@ -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); }; +