]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/sckstrm.h
document standard IDs only in one place, not two; bring the list up to date
[wxWidgets.git] / interface / sckstrm.h
index a104810a080c69ca88f3ffecbfbf4ae6e682ccd5..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
@@ -9,16 +9,15 @@
 /**
     @class wxSocketOutputStream
     @wxheader{sckstrm.h}
-    
+
     This class implements an output stream which writes data from
     a connected socket. Note that this stream is purely sequential
     and it does not support seeking.
-    
+
     @library{wxnet}
     @category{streams}
-    
-    @seealso
-    wxSocketBase
+
+    @see wxSocketBase
 */
 class wxSocketOutputStream : public wxOutputStream
 {
@@ -31,19 +30,19 @@ public:
 };
 
 
+
 /**
     @class wxSocketInputStream
     @wxheader{sckstrm.h}
-    
+
     This class implements an input stream which reads data from
     a connected socket. Note that this stream is purely sequential
     and it does not support seeking.
-    
+
     @library{wxnet}
     @category{streams}
-    
-    @seealso
-    wxSocketBase
+
+    @see wxSocketBase
 */
 class wxSocketInputStream : public wxInputStream
 {
@@ -54,3 +53,4 @@ public:
     */
     wxSocketInputStream(wxSocketBase& s);
 };
+