diff -r dc9e8d2c0df9 -r 66bb22401834 lemon/bits/vector_map.h --- a/lemon/bits/vector_map.h Fri Sep 26 13:46:49 2008 +0200 +++ b/lemon/bits/vector_map.h Sat Sep 27 13:45:50 2008 +0200 @@ -42,10 +42,9 @@ /// automatically updates the map when a key is added to or erased from /// the map. This map type uses the std::vector to store the values. /// - /// \tparam _Notifier The AlterationNotifier that will notify this map. + /// \tparam _Graph The graph this map is attached to. /// \tparam _Item The item type of the graph items. /// \tparam _Value The value type of the map. - /// \todo Fix the doc: there is _Graph parameter instead of _Notifier. template class VectorMap : public ItemSetTraits<_Graph, _Item>::ItemNotifier::ObserverBase {