]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/url.h
added test of focusing/selecting another item
[wxWidgets.git] / interface / url.h
index 638a09155ca18dcdd1feb77d557ebc7d01cd0414..607a0db3de384488d30f442f94140658e4603f03 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        url.h
-// Purpose:     documentation for wxURL class
+// Purpose:     interface of wxURL
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -21,8 +21,7 @@
     @library{wxnet}
     @category{net}
 
-    @seealso
-    wxSocketBase, wxProtocol
+    @see wxSocketBase, wxProtocol
 */
 class wxURL : public wxURI
 {
@@ -130,3 +129,4 @@ public:
     */
     wxURLError SetURL(const wxString& url);
 };
+