]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/tokenzr.h
Commented out appearance sections in docs temporarily until screenshots are added.
[wxWidgets.git] / interface / tokenzr.h
index e2cbcc32c86e092e74d3a9b265976eff3276d6e2..782f3c65cffe31d1854f824b796c980c65337f4f 100644 (file)
@@ -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.
 
@@ -130,7 +130,7 @@ public:
         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}
+        @since 2.7.0
     */
     wxChar GetLastDelimiter();