From 25745158409e01853274ba4d33b2dbbe895aa743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 28 Jan 2005 07:53:45 +0000 Subject: [PATCH] Doc: added #include --- mrw/tokenizer.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mrw/tokenizer.hpp b/mrw/tokenizer.hpp index 6016d03..2a8bec3 100644 --- a/mrw/tokenizer.hpp +++ b/mrw/tokenizer.hpp @@ -9,6 +9,9 @@ @license LGPL, see file COPYING $Log$ + Revision 1.4 2005/01/28 07:53:45 marc + Doc: added #include + Revision 1.3 2004/12/20 13:24:26 marc #ifndef forgotten @@ -33,6 +36,8 @@ namespace mrw { //@{ /** @defgroup regexptokenizer Tokenizer + @pre #include + There is a Tokenizer which splits strings according to a list of delimiters and allows to iterate over the individual tokens: