regenerated headers to remove @seealso in favour of @see; fixed links to global functions/macros; converted \since latex macros into @wxsince commands; changed headers purpose from 'documentation for' to 'interface of'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user