diff -r 64f8f7cc6168 -r 2cc60866a0c9 lemon/bits/default_map.h --- a/lemon/bits/default_map.h Thu Oct 09 10:09:44 2008 +0200 +++ b/lemon/bits/default_map.h Thu Oct 09 13:27:35 2008 +0200 @@ -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 - /// DefaultMap class + // DefaultMap class template class DefaultMap : public DefaultMapSelector<_Graph, _Item, _Value>::Map {