|
|
|
@ -9,6 +9,9 @@ |
|
|
|
|
@license LGPL, see file <a href="license.html">COPYING</a> |
|
|
|
|
|
|
|
|
|
$Log$ |
|
|
|
|
Revision 1.3 2005/04/07 20:48:20 marc |
|
|
|
|
docu: new doxygen, new grouping |
|
|
|
|
|
|
|
|
|
Revision 1.2 2004/12/20 07:40:36 marc |
|
|
|
|
documentation improved, new grouping |
|
|
|
|
|
|
|
|
@ -24,13 +27,10 @@ |
|
|
|
|
#include <mrw/exception.hpp> |
|
|
|
|
#include <mrw/string.hpp> |
|
|
|
|
|
|
|
|
|
/** @addtogroup StdExt
|
|
|
|
|
*/ |
|
|
|
|
//@{
|
|
|
|
|
/** @addtogroup StdExtSTL
|
|
|
|
|
*/ |
|
|
|
|
//@{
|
|
|
|
|
/** @addtogroup StdExtmultimap multimap
|
|
|
|
|
/** @defgroup StdExtmultimap multimap
|
|
|
|
|
*/ |
|
|
|
|
//@{
|
|
|
|
|
|
|
|
|
@ -86,7 +86,6 @@ std::multimap<K, T, C, A>& operator>>(std::multimap<K, T, C, A>& l, std::pair<K, |
|
|
|
|
return l; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//@}
|
|
|
|
|
//@}
|
|
|
|
|
//@}
|
|
|
|
|
|
|
|
|
|