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:
@@ -3,7 +3,7 @@
|
|||||||
This is a simple, type-safe, and reasonably efficient hash map class,
|
This is a simple, type-safe, and reasonably efficient hash map class,
|
||||||
whose interface is a subset of the interface of STL containers. In
|
whose interface is a subset of the interface of STL containers. In
|
||||||
particular, the interface is modelled after std::map, and the various,
|
particular, the interface is modelled after std::map, and the various,
|
||||||
non standard, std::hash_map.
|
non standard, std::hash\_map.
|
||||||
|
|
||||||
\wxheading{Example}
|
\wxheading{Example}
|
||||||
|
|
||||||
|
@@ -93,7 +93,7 @@ CVS archive;
|
|||||||
\item convert WIN32 RC files to XRC with the tool in {\tt contrib/utils/convertrc}.
|
\item convert WIN32 RC files to XRC with the tool in {\tt contrib/utils/convertrc}.
|
||||||
\end{itemize}
|
\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
|
It is highly recommended that you use a resource editing tool, since it's fiddly writing
|
||||||
XRC files by hand.
|
XRC files by hand.
|
||||||
|
@@ -993,7 +993,7 @@ Truncate the string to the given length.
|
|||||||
|
|
||||||
\func{void}{UngetWriteBuf}{\void}
|
\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
|
Puts the string back into a reasonable state, after
|
||||||
\rtfsp\helpref{wxString::GetWriteBuf}{wxstringgetwritebuf} was called.
|
\rtfsp\helpref{wxString::GetWriteBuf}{wxstringgetwritebuf} was called.
|
||||||
|
Reference in New Issue
Block a user