X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e54c96f187f46c06bd36be8cd52b35c19884aa2b..f9d6e4e454ac06b3303c71081b289152c8867ec1:/interface/tokenzr.h diff --git a/interface/tokenzr.h b/interface/tokenzr.h index 3879b1733b..b9db6a1826 100644 --- a/interface/tokenzr.h +++ b/interface/tokenzr.h @@ -61,7 +61,7 @@ In this mode, the empty tokens in the middle of the string will be returned, i.e. @c "a::b:" will be tokenized in - three tokens 'a', '' and 'b'. Notice that all trailing delimiters are ignored + three tokens 'a', " and 'b'. Notice that all trailing delimiters are ignored in this mode, not just the last one, i.e. a string @c "a::b::" would still result in the same set of tokens. @@ -129,7 +129,7 @@ public: GetNextToken() or @c NUL if there had been no calls to this function yet or if it returned the trailing empty token in @c wxTOKEN_RET_EMPTY_ALL mode. - + @wxsince{2.7.0} */ wxChar GetLastDelimiter();