]> git.saurik.com Git - wxWidgets.git/commitdiff
document Cmp[NoCase]() overloads taking wxString too (bug 1198423)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 May 2005 16:56:10 +0000 (16:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 May 2005 16:56:10 +0000 (16:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/wxstring.tex

index f3296fe1b841e1e1ad80772893dd8097211421ed..536e2abfec88bec00a5b424557f12af2a2e347ef 100644 (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.