]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/zstream.h
Replaced @returns with @return for more standard command use and compatibility.
[wxWidgets.git] / interface / zstream.h
index 6b7937c3756670b169220bab334e3c1a853c9a3e..205c6bcc14ee057f87b1ed8b7918a868f46b5fc9 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        zstream.h
-// Purpose:     documentation for wxZlibOutputStream class
+// Purpose:     interface of wxZlibOutputStream
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -21,8 +21,7 @@
     @library{wxbase}
     @category{streams}
 
-    @seealso
-    wxOutputStream, wxZlibInputStream
+    @see wxOutputStream, wxZlibInputStream
 */
 class wxZlibOutputStream : public wxFilterOutputStream
 {
@@ -56,6 +55,7 @@ public:
 };
 
 
+
 /**
     @class wxZlibInputStream
     @wxheader{zstream.h}
@@ -71,8 +71,7 @@ public:
     @library{wxbase}
     @category{streams}
 
-    @seealso
-    wxInputStream, wxZlibOutputStream.
+    @see wxInputStream, wxZlibOutputStream.
 */
 class wxZlibInputStream : public wxFilterInputStream
 {
@@ -105,3 +104,4 @@ public:
     */
     static bool CanHandleGZip();
 };
+