X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0b59366faa1b3820dfc4f4ab130000f4e471e405..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/tokenzr.h?ds=sidebyside diff --git a/interface/wx/tokenzr.h b/interface/wx/tokenzr.h index f27ba1a5f6..0f912af74f 100644 --- a/interface/wx/tokenzr.h +++ b/interface/wx/tokenzr.h @@ -2,7 +2,6 @@ // Name: tokenzr.h // Purpose: interface of wxStringTokenizer // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -136,7 +135,7 @@ public: wxString GetNextToken(); /** - Returns the current position (i.e. one index after the last returned + Returns the current position (i.e.\ one index after the last returned token or 0 if GetNextToken() has never been called) in the original string. */ @@ -175,7 +174,7 @@ public: @return The array with the parsed tokens. - @header{wx/string.h} + @header{wx/tokenzr.h} */ wxArrayString wxStringTokenize(const wxString& str,