Fixes for documentation compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker
2002-04-16 18:00:31 +00:00
parent ec603395eb
commit d1853d4765
2 changed files with 7 additions and 5 deletions

View File

@@ -17,10 +17,12 @@ wxArtProvider class.
\wxheading{Data structures} \wxheading{Data structures}
{\small \begin{verbatim} {\small
\begin{verbatim}
typedef wxString wxArtClient typedef wxString wxArtClient
typedef wxString wxArtID typedef wxString wxArtID
\end{verbatim}} \end{verbatim}
}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}

View File

@@ -379,11 +379,11 @@ convenience wrapper: get just the last mod time of the file
Return the path part of the filename (without the name nor extension). The Return the path part of the filename (without the name nor extension). The
possible flags values are: possible flags values are:
\twocolwidtha{5cm}% \twocolwidtha{5cm}
\begin{twocollist}\itemsep=0pt \begin{twocollist}\itemsep=0pt
\twocolitem{\tt wxPATH\_GET\_VOLUME}{Return the path with the volume (does \twocolitem{{\bf wxPATH\_GET\_VOLUME}}{Return the path with the volume (does
nothing for the filename formats without volumes)} nothing for the filename formats without volumes)}
\twocolitem{\tt wxPATH\_GET\_SEPARATOR}{Return the path with the trailing \twocolitem{{\bf wxPATH\_GET\_SEPARATOR}}{Return the path with the trailing
separator, if this flag is not given there will be no separator at the end of separator, if this flag is not given there will be no separator at the end of
the path.} the path.}
\end{twocollist} \end{twocollist}