]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/uri.h
regenerated headers to remove @seealso in favour of @see; fixed links to global funct...
[wxWidgets.git] / interface / uri.h
index 5a18ea3101e2fa472dc1db966a1108bd5b02e26b..d2bc5830eb6c14033160a0f1ff038a14f0839bf2 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        uri.h
-// Purpose:     documentation for wxURI class
+// Purpose:     interface of wxURI
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -30,8 +30,7 @@
     @library{wxbase}
     @category{data}
 
-    @seealso
-    wxURL
+    @see wxURL
 */
 class wxURI : public wxObject
 {
@@ -313,3 +312,4 @@ public:
     */
     void operator ==(const wxURI& uricomp);
 };
+