Single section for variants of the same function so it is less confusing for referencing from other parts.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-10-28 14:22:58 +00:00
parent aed3141867
commit 4b4fae9b06

View File

@@ -774,9 +774,7 @@ caseSensitive is true by default (case matters).
Returns true if strings are equal, false otherwise. Returns true if strings are equal, false otherwise.
See also \helpref{Cmp}{wxstringcmp}, \helpref{CmpNoCase}{wxstringcmpnocase}, \helpref{IsSameAs}{wxstringissameas2} See also \helpref{Cmp}{wxstringcmp}, \helpref{CmpNoCase}{wxstringcmpnocase}
\membersection{wxString::IsSameAs}\label{wxstringissameas2}
\constfunc{bool}{IsSameAs}{\param{char}{ c}, \param{bool}{ caseSensitive = true}} \constfunc{bool}{IsSameAs}{\param{char}{ c}, \param{bool}{ caseSensitive = true}}
@@ -785,7 +783,7 @@ case-sensitive if {\it caseSensitive} is true (default) or not if it is false.
Returns true if the string is equal to the character, false otherwise. Returns true if the string is equal to the character, false otherwise.
See also \helpref{Cmp}{wxstringcmp}, \helpref{CmpNoCase}{wxstringcmpnocase}, \helpref{IsSameAs}{wxstringissameas} See also \helpref{Cmp}{wxstringcmp}, \helpref{CmpNoCase}{wxstringcmpnocase}
\membersection{wxString::IsWord}\label{wxstringisword} \membersection{wxString::IsWord}\label{wxstringisword}