]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/archive.tex
quote an underscore
[wxWidgets.git] / docs / latex / wx / archive.tex
index 304306fb057e16fe095e7998a63d3132256ead19..15dd1c64dfa3f2508295e82676ec9c1b17c6b3d4 100644 (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}}}
 
@@ -459,7 +459,7 @@ Construct iterator that returns all the entries in the archive input
 stream {\it arc}.
 
 
-\membersection{wxArchiveIterator::operator*}\label{wxarchiveiteratoroperatorunknown}
+\membersection{wxArchiveIterator::operator*}\label{wxarchiveiteratoroperatorstar}
 
 \constfunc{const T\&}{operator*}{\void}
 
@@ -467,7 +467,7 @@ Returns an entry object from the archive input stream, giving away
 ownership.
 
 
-\membersection{wxArchiveIterator::operator++}\label{wxarchiveiteratoroperatorunknown}
+\membersection{wxArchiveIterator::operator++}\label{wxarchiveiteratoroperatorincrement}
 
 \func{wxArchiveIterator\&}{operator++}{\void}