From: Vadim Zeitlin Date: Sun, 22 May 2005 16:56:10 +0000 (+0000) Subject: document Cmp[NoCase]() overloads taking wxString too (bug 1198423) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/06e317a336fd52a123626595db192eeeb7408468?hp=ab7704fd18b05f32290504121aa49e55f8d46dc8 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 --- diff --git a/docs/latex/wx/wxstring.tex b/docs/latex/wx/wxstring.tex index f3296fe1b8..536e2abfec 100644 --- a/docs/latex/wx/wxstring.tex +++ b/docs/latex/wx/wxstring.tex @@ -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.