]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/protocol/protocol.h
some more comments about wxSortedArrayString::Sort
[wxWidgets.git] / interface / protocol / protocol.h
index aaab5c0df1760d2b23d41e3b6a6afce2e2cf1dda..43e6d9842ac2cee84b33c1285cadafc103f7ab47 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        protocol/protocol.h
-// Purpose:     documentation for wxProtocol class
+// Purpose:     interface of wxProtocol
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -14,8 +14,7 @@
     @library{wxnet}
     @category{FIXME}
 
-    @seealso
-    wxSocketBase, wxURL
+    @see wxSocketBase, wxURL
 */
 class wxProtocol : public wxSocketClient
 {
@@ -110,3 +109,4 @@ public:
     */
     void SetUser(const wxString& user);
 };
+