X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cc4bfafe5a31cb96f35b3ec9b19fa2b0b3a4eef..0ce6d6c89a540e707c4a91238e6460c0e4bae2a6:/interface/zstream.h diff --git a/interface/zstream.h b/interface/zstream.h index 6b7937c375..205c6bcc14 100644 --- a/interface/zstream.h +++ b/interface/zstream.h @@ -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(); }; +