// Name: tokenzr.h
// Purpose: interface of wxStringTokenizer
// Author: wxWidgets team
-// RCS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
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.
*/
@return The array with the parsed tokens.
- @header{wx/string.h}
+ @header{wx/tokenzr.h}
*/
wxArrayString
wxStringTokenize(const wxString& str,