Doc: added #include

master
Marc Wäckerlin 20 years ago
parent bd4e66e588
commit 2574515840
  1. 5
      mrw/tokenizer.hpp

@ -9,6 +9,9 @@
@license LGPL, see file <a href="license.html">COPYING</a>
$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 <mrw/tokenizer.hpp>
There is a Tokenizer which splits strings according to a list of
delimiters and allows to iterate over the individual tokens:

Loading…
Cancel
Save