added #include to documentation

This commit is contained in:
Marc Wäckerlin
2005-01-28 07:52:00 +00:00
parent b759d6a321
commit f4ef1c53be

View File

@@ -9,6 +9,9 @@
@license LGPL, see file <a href="license.html">COPYING</a>
$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
#ifndef forgotten
@@ -40,6 +43,8 @@ namespace mrw {
//@{
/** @defgroup regexpregexp Regular Expressions
@pre #include <mrw/regexp.hpp>
A simple wrapper around the C POSIX regular expression library
with a C++ Interface.