documentation improved, new grouping
This commit is contained in:
@@ -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;
|
||||
};
|
||||
//@}
|
||||
//@}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user