\\param -> \param
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -477,11 +477,11 @@ Same as Mid (substring extraction).
|
||||
|
||||
\membersection{wxString::operator \cinsert}\label{wxstringoperatorout}
|
||||
|
||||
\func{wxString\&}{operator \cinsert}{\\param{const wxString\&}{ str}}
|
||||
\func{wxString\&}{operator \cinsert}{\param{const wxString\&}{ str}}
|
||||
|
||||
\func{wxString\&}{operator \cinsert}{\\param{const char*}{ psz}}
|
||||
\func{wxString\&}{operator \cinsert}{\param{const char*}{ psz}}
|
||||
|
||||
\func{wxString\&}{operator \cinsert}{\\param{char }{ch}}
|
||||
\func{wxString\&}{operator \cinsert}{\param{char }{ch}}
|
||||
|
||||
Same as $+=$.
|
||||
|
||||
|
Reference in New Issue
Block a user