document Cmp[NoCase]() overloads taking wxString too (bug 1198423)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ab7704fd18
commit
06e317a336
@ -560,6 +560,8 @@ See also: \helpref{Empty}{wxstringempty}
|
||||
|
||||
\membersection{wxString::Cmp}\label{wxstringcmp}
|
||||
|
||||
\constfunc{int}{Cmp}{\param{const wxString\&}{ s}}
|
||||
|
||||
\constfunc{int}{Cmp}{\param{const char*}{ psz}}
|
||||
|
||||
Case-sensitive comparison.
|
||||
@ -572,6 +574,8 @@ See also \helpref{CmpNoCase}{wxstringcmpnocase}, \helpref{IsSameAs}{wxstringissa
|
||||
|
||||
\membersection{wxString::CmpNoCase}\label{wxstringcmpnocase}
|
||||
|
||||
\constfunc{int}{CmpNoCase}{\param{const wxString\&}{ s}}
|
||||
|
||||
\constfunc{int}{CmpNoCase}{\param{const char*}{ psz}}
|
||||
|
||||
Case-insensitive comparison.
|
||||
|
Loading…
Reference in New Issue
Block a user