diff -r 689f24ee83e6 -r a0ab96ad65fe lemon/bits/default_map.h --- a/lemon/bits/default_map.h Thu Oct 09 16:47:01 2008 +0200 +++ b/lemon/bits/default_map.h Thu Oct 09 16:20:37 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 {