]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/tokenzr.h
Add some missing wxGraphicsContext methods
[wxWidgets.git] / interface / wx / tokenzr.h
index f27ba1a5f62a0b5e3051ba7fdb20393707a971a1..9e9b060d901fd0ec1cfc8b9faeab5fc86512fe51 100644 (file)
@@ -136,7 +136,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 +175,7 @@ public:
 
     @return The array with the parsed tokens.
 
-    @header{wx/string.h}
+    @header{wx/tokenzr.h}
 */
 wxArrayString 
 wxStringTokenize(const wxString& str,