diff -r 7abfb55f1ecc -r e7f8647ce760 lemon/bits/vector_map.h --- a/lemon/bits/vector_map.h Mon Sep 22 10:56:01 2008 +0200 +++ b/lemon/bits/vector_map.h Mon Jul 14 15:23:11 2008 +0100 @@ -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 {