X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/43c48e1e53d74cef62d15f08f015d9efeb45a0c1..bf06fbce415a5b923de735aae3fe306619268594:/interface/wx/tokenzr.h?ds=sidebyside diff --git a/interface/wx/tokenzr.h b/interface/wx/tokenzr.h index a609e1557d..ac7dcecefc 100644 --- a/interface/wx/tokenzr.h +++ b/interface/wx/tokenzr.h @@ -28,8 +28,8 @@ enum wxStringTokenizerMode /** 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 @c 'a', " and @c 'b'. Notice - that all trailing delimiters are ignored in this mode, not just the last one, + i.e. @c "a::b:" will be tokenized in three tokens @c 'a', @c '' and @c '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. */ wxTOKEN_RET_EMPTY,