documentation improved, new grouping

This commit is contained in:
Marc Wäckerlin
2004-12-20 07:40:36 +00:00
parent 7089221d40
commit fc0254a342
13 changed files with 251 additions and 21 deletions

View File

@@ -9,6 +9,9 @@
@license LGPL, see file <a href="license.html">COPYING</a>
$Log$
Revision 1.2 2004/12/20 07:40:36 marc
documentation improved, new grouping
Revision 1.1 2004/12/17 16:26:58 marc
initial version
@@ -21,6 +24,9 @@
namespace mrw {
/** @addtogroup regexp
*/
//@{
/** @defgroup regexptokenizer Tokenizer
There is a Tokenizer which splits strings according to a list of
delimiters and allows to iterate over the individual tokens:
@@ -167,5 +173,6 @@ namespace mrw {
bool _greedy;
};
//@}
//@}
}