error in documentation: group forgotten

master
Marc Wäckerlin 20 years ago
parent adad69abd1
commit 791c599d67
  1. 8
      mrw/stdext.hpp

@ -9,6 +9,9 @@
@license LGPL, see file <a href="license.html">COPYING</a>
$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');
//@}
}

Loading…
Cancel
Save