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
This commit is contained in:
Mart Raudsepp
2005-06-27 13:04:39 +00:00
parent 94ee82f9e3
commit cfd5371735
3 changed files with 3 additions and 3 deletions

View File

@@ -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}

View File

@@ -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.

View File

@@ -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.