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:
Vadim Zeitlin 2005-05-22 16:56:10 +00:00
parent ab7704fd18
commit 06e317a336

View File

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