X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/71f8a117db4b2a57a785ae16af58896f90b37740..14bdedbc67c490c8b168455bc726f092a950faea:/interface/arrstr.h?ds=inline diff --git a/interface/arrstr.h b/interface/arrstr.h index ed3a25a44d..34652fe144 100644 --- a/interface/arrstr.h +++ b/interface/arrstr.h @@ -350,6 +350,8 @@ public: separators. @see wxJoin() + + @header{wx/arrstr.h} */ wxArrayString wxSplit(const wxString& str, const wxChar sep, const wxChar escape = '\\'); @@ -360,12 +362,15 @@ wxArrayString wxSplit(const wxString& str, const wxChar sep, If the @a escape character is non-@NULL, then it's used as prefix for each occurrence of @a sep in the strings contained in @a arr before joining them - which is necessary in order to be able to recover the original array contents - from the string later using wxSplit(). + which is necessary in order to be able to recover the original array + contents from the string later using wxSplit(). @see wxSplit() + + @header{wx/arrstr.h} */ wxString wxJoin(const wxArrayString& arr, const wxChar sep, const wxChar escape = '\\'); //@} +