From cfd5371735f4f8dc68e04b0a2d153389acab72e8 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Mon, 27 Jun 2005 13:04:39 +0000 Subject: [PATCH] WX_2_4_BRANCH: Doc syntax fixes (underscore escaping). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@34767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/hashmap.tex | 2 +- docs/latex/wx/txrc.tex | 2 +- docs/latex/wx/wxstring.tex | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/latex/wx/hashmap.tex b/docs/latex/wx/hashmap.tex index 23cb83be45..279c75dc05 100644 --- a/docs/latex/wx/hashmap.tex +++ b/docs/latex/wx/hashmap.tex @@ -3,7 +3,7 @@ This is a simple, type-safe, and reasonably efficient hash map class, whose interface is a subset of the interface of STL containers. In particular, the interface is modelled after std::map, and the various, -non standard, std::hash_map. +non standard, std::hash\_map. \wxheading{Example} diff --git a/docs/latex/wx/txrc.tex b/docs/latex/wx/txrc.tex index fb151822d3..b650d769c1 100644 --- a/docs/latex/wx/txrc.tex +++ b/docs/latex/wx/txrc.tex @@ -93,7 +93,7 @@ CVS archive; \item convert WIN32 RC files to XRC with the tool in {\tt contrib/utils/convertrc}. \end{itemize} -A complete list of third-party tools that write to XRC can be found at \urlref{www.wxwidgets.org/lnk_tool.htm}{http://www.wxwidgets.org/lnk_tool.in}. +A complete list of third-party tools that write to XRC can be found at \urlref{www.wxwidgets.org/lnk\_tool.htm}{http://www.wxwidgets.org/lnk\_tool.in}. It is highly recommended that you use a resource editing tool, since it's fiddly writing XRC files by hand. diff --git a/docs/latex/wx/wxstring.tex b/docs/latex/wx/wxstring.tex index f281cc208a..e19740d55e 100644 --- a/docs/latex/wx/wxstring.tex +++ b/docs/latex/wx/wxstring.tex @@ -993,7 +993,7 @@ Truncate the string to the given length. \func{void}{UngetWriteBuf}{\void} -\func{void}{UngetWriteBuf}{\param{size_t}{ len}} +\func{void}{UngetWriteBuf}{\param{size\_t}{ len}} Puts the string back into a reasonable state, after \rtfsp\helpref{wxString::GetWriteBuf}{wxstringgetwritebuf} was called.