]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/sckstrm.h
More initial reviews of [u*-v*] interface headers.
[wxWidgets.git] / interface / sckstrm.h
index 02795708fe2d8c3c92cf1266419079353fba55e5..a29d0ef6f80c24eb151f5152cad69c2e20b2c50b 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        sckstrm.h
-// Purpose:     documentation for wxSocketOutputStream class
+// Purpose:     interface of wxSocketOutputStream
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -17,8 +17,7 @@
     @library{wxnet}
     @category{streams}
 
-    @seealso
-    wxSocketBase
+    @see wxSocketBase
 */
 class wxSocketOutputStream : public wxOutputStream
 {
@@ -31,6 +30,7 @@ public:
 };
 
 
+
 /**
     @class wxSocketInputStream
     @wxheader{sckstrm.h}
@@ -42,8 +42,7 @@ public:
     @library{wxnet}
     @category{streams}
 
-    @seealso
-    wxSocketBase
+    @see wxSocketBase
 */
 class wxSocketInputStream : public wxInputStream
 {
@@ -54,3 +53,4 @@ public:
     */
     wxSocketInputStream(wxSocketBase& s);
 };
+