From f4ef1c53be5f0f977819040a2b7c17278c1e93e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 28 Jan 2005 07:52:00 +0000 Subject: [PATCH] added #include to documentation --- mrw/regexp.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mrw/regexp.hpp b/mrw/regexp.hpp index 1926a38..f432512 100644 --- a/mrw/regexp.hpp +++ b/mrw/regexp.hpp @@ -9,6 +9,9 @@ @license LGPL, see file COPYING $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 + A simple wrapper around the C POSIX regular expression library with a C++ Interface.