diff -r de38fca76780 -r 12626fc94ccf lemon/bits/default_map.h --- a/lemon/bits/default_map.h Thu Oct 09 13:52:01 2008 +0100 +++ b/lemon/bits/default_map.h Thu Oct 09 14:37:44 2008 +0100 @@ -19,14 +19,13 @@ #ifndef LEMON_BITS_DEFAULT_MAP_H #define LEMON_BITS_DEFAULT_MAP_H - #include #include //#include -///\ingroup graphbits -///\file -///\brief Graph maps that construct and destruct their elements dynamically. +//\ingroup graphbits +//\file +//\brief Graph maps that construct and destruct their elements dynamically. namespace lemon { @@ -149,7 +148,7 @@ // #endif - /// \e + // DefaultMap class template class DefaultMap : public DefaultMapSelector<_Graph, _Item, _Value>::Map {