fixes to ZIP/archive patch (patch 1064426); should fix the docs build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-11-11 19:10:35 +00:00
parent ee1025a7e0
commit 4626345596
4 changed files with 24 additions and 24 deletions

View File

@@ -270,9 +270,9 @@ When there are no more entries, GetNextEntry() returns NULL and sets Eof().
<wx/archive.h>
\wxheading{Data structures}
{\small \begin{verbatim}
typedef wxArchiveEntry entry\_type
\end{verbatim}}
\begin{verbatim}
typedef wxArchiveEntry entry_type
\end{verbatim}
\wxheading{See also}
@@ -436,13 +436,13 @@ No base class
\helpref{wxArchiveOutputStream}{wxarchiveoutputstream}
\wxheading{Data structures}
{\small \begin{verbatim}
typedef std::input\_iterator\_tag iterator\_category
typedef T value\_type
typedef ptrdiff\_t difference\_type
\begin{verbatim}
typedef std::input_iterator_tag iterator_category
typedef T value_type
typedef ptrdiff_t difference_type
typedef T* pointer
typedef T\& reference
\end{verbatim}}
typedef T& reference
\end{verbatim}
\latexignore{\rtfignore{\wxheading{Members}}}

View File

@@ -442,9 +442,9 @@ When there are no more entries, GetNextEntry() returns NULL and sets Eof().
<wx/zipstrm.h>
\wxheading{Data structures}
{\small \begin{verbatim}
typedef wxZipEntry entry\_type
\end{verbatim}}
\begin{verbatim}
typedef wxZipEntry entry_type
\end{verbatim}
\wxheading{See also}