1.1 --- a/lemon/bits/default_map.h Thu Oct 09 13:52:01 2008 +0100
1.2 +++ b/lemon/bits/default_map.h Thu Oct 09 14:37:44 2008 +0100
1.3 @@ -19,14 +19,13 @@
1.4 #ifndef LEMON_BITS_DEFAULT_MAP_H
1.5 #define LEMON_BITS_DEFAULT_MAP_H
1.6
1.7 -
1.8 #include <lemon/bits/array_map.h>
1.9 #include <lemon/bits/vector_map.h>
1.10 //#include <lemon/bits/debug_map.h>
1.11
1.12 -///\ingroup graphbits
1.13 -///\file
1.14 -///\brief Graph maps that construct and destruct their elements dynamically.
1.15 +//\ingroup graphbits
1.16 +//\file
1.17 +//\brief Graph maps that construct and destruct their elements dynamically.
1.18
1.19 namespace lemon {
1.20
1.21 @@ -149,7 +148,7 @@
1.22
1.23 // #endif
1.24
1.25 - /// \e
1.26 + // DefaultMap class
1.27 template <typename _Graph, typename _Item, typename _Value>
1.28 class DefaultMap
1.29 : public DefaultMapSelector<_Graph, _Item, _Value>::Map {