]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/protocol/ftp.h
Finished initial review of [ca*-ch*] interface headers.
[wxWidgets.git] / interface / protocol / ftp.h
index 46c531dc76122c8ba01671fe089d9b68dc373ac4..8688cd6903a44eca13bca1172d1ba1955c497729 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        protocol/ftp.h
-// Purpose:     documentation for wxFTP class
+// Purpose:     interface of wxFTP
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -75,8 +75,7 @@
     @library{wxnet}
     @category{net}
 
-    @seealso
-    wxSocketBase
+    @see wxSocketBase
 */
 class wxFTP : public wxProtocol
 {
@@ -249,3 +248,4 @@ public:
     */
     void SetUser(const wxString& user);
 };
+