]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/tokenzr.h
use wx-style header and commets; fix indentation to be 4 spaces; move Doxygen comment...
[wxWidgets.git] / interface / tokenzr.h
index 6d188c59b2690f4f9e686634b8e827a4cb9302d3..e2cbcc32c86e092e74d3a9b265976eff3276d6e2 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        tokenzr.h
-// Purpose:     documentation for wxStringTokenizer class
+// Purpose:     interface of wxStringTokenizer
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -99,8 +99,7 @@
     @library{wxbase}
     @category{data}
 
-    @seealso
-    wxStringTokenize
+    @see wxStringTokenize()
 */
 class wxStringTokenizer : public wxObject
 {
@@ -130,7 +129,8 @@ 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.
-        This function is new since wxWidgets version 2.7.0
+
+        @wxsince{2.7.0}
     */
     wxChar GetLastDelimiter();
 
@@ -165,3 +165,4 @@ public:
                    const wxString& delims = " \t\r\n",
                    wxStringTokenizerMode mode = wxTOKEN_DEFAULT);
 };
+