From 457f3abf14bbab3d1d5260d29afdfae6c3635aca Mon Sep 17 00:00:00 2001 From: Bryan Petty Date: Wed, 4 Feb 2009 22:50:11 +0000 Subject: [PATCH] Properly distribute docs on string comparison operators, and remove from named groups. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/string.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/interface/wx/string.h b/interface/wx/string.h index e04c1f7b51..b937a5267b 100644 --- a/interface/wx/string.h +++ b/interface/wx/string.h @@ -1349,10 +1349,11 @@ public: //@} }; -/** @addtogroup group_string_operators */ + + //@{ /** - Comparison operators for wxString. + Comparison operator for string types. */ inline bool operator==(const wxString& s1, const wxString& s2); inline bool operator!=(const wxString& s1, const wxString& s2); @@ -1372,9 +1373,11 @@ inline bool operator==(const wxString& s1, const wxCharBuffer& s2); inline bool operator==(const wxCharBuffer& s1, const wxString& s2); inline bool operator!=(const wxString& s1, const wxCharBuffer& s2); inline bool operator!=(const wxCharBuffer& s1, const wxString& s2); +//@} +//@{ /** - Comparison operators with wxUniChar or wxUniCharRef. + Comparison operators char types. */ inline bool operator==(const wxUniChar& c, const wxString& s); inline bool operator==(const wxUniCharRef& c, const wxString& s); @@ -1404,7 +1407,6 @@ wxString wxEmptyString; - /** @class wxStringBufferLength