lemon/bits/default_map.h
changeset 313 64f8f7cc6168
parent 209 765619b7cbb2
child 314 2cc60866a0c9
     1.1 --- a/lemon/bits/default_map.h	Wed Oct 08 17:05:01 2008 +0100
     1.2 +++ b/lemon/bits/default_map.h	Thu Oct 09 10:09:44 2008 +0200
     1.3 @@ -149,7 +149,7 @@
     1.4  
     1.5  // #endif
     1.6  
     1.7 -  /// \e
     1.8 +  /// DefaultMap class
     1.9    template <typename _Graph, typename _Item, typename _Value>
    1.10    class DefaultMap
    1.11      : public DefaultMapSelector<_Graph, _Item, _Value>::Map {