From 791c599d676642cd8e8fd20d245b764458c13ba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 17 Dec 2004 16:27:28 +0000 Subject: [PATCH] error in documentation: group forgotten --- mrw/stdext.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mrw/stdext.hpp b/mrw/stdext.hpp index 867353c..ca17450 100644 --- a/mrw/stdext.hpp +++ b/mrw/stdext.hpp @@ -9,6 +9,9 @@ @license LGPL, see file COPYING $Log$ + Revision 1.3 2004/12/17 16:27:28 marc + error in documentation: group forgotten + Revision 1.2 2004/10/13 11:18:33 marc getline reads a whole line from a stream @@ -23,6 +26,10 @@ namespace mrw { +/** @addtogroup StdExt + */ +//@{ + /** @brief get the lower of two values Get the lower of two values. @@ -77,4 +84,5 @@ namespace mrw { */ std::istream& getline(std::istream& is, std::string& s, char d = '\n'); + //@} }