|
|
@ -9,6 +9,9 @@ |
|
|
|
@license LGPL, see file <a href="license.html">COPYING</a> |
|
|
|
@license LGPL, see file <a href="license.html">COPYING</a> |
|
|
|
|
|
|
|
|
|
|
|
$Log$ |
|
|
|
$Log$ |
|
|
|
|
|
|
|
Revision 1.6 2005/01/28 07:52:00 marc |
|
|
|
|
|
|
|
added #include to documentation |
|
|
|
|
|
|
|
|
|
|
|
Revision 1.5 2004/12/20 13:21:49 marc |
|
|
|
Revision 1.5 2004/12/20 13:21:49 marc |
|
|
|
#ifndef forgotten |
|
|
|
#ifndef forgotten |
|
|
|
|
|
|
|
|
|
|
@ -40,6 +43,8 @@ namespace mrw { |
|
|
|
//@{
|
|
|
|
//@{
|
|
|
|
/** @defgroup regexpregexp Regular Expressions
|
|
|
|
/** @defgroup regexpregexp Regular Expressions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@pre #include <mrw/regexp.hpp> |
|
|
|
|
|
|
|
|
|
|
|
A simple wrapper around the C POSIX regular expression library |
|
|
|
A simple wrapper around the C POSIX regular expression library |
|
|
|
with a C++ Interface. |
|
|
|
with a C++ Interface. |
|
|
|
|
|
|
|
|
|
|
|