1.1 --- a/lemon/bits/vector_map.h Mon Sep 22 10:56:01 2008 +0200
1.2 +++ b/lemon/bits/vector_map.h Mon Jul 14 15:23:11 2008 +0100
1.3 @@ -42,10 +42,9 @@
1.4 /// automatically updates the map when a key is added to or erased from
1.5 /// the map. This map type uses the std::vector to store the values.
1.6 ///
1.7 - /// \tparam _Notifier The AlterationNotifier that will notify this map.
1.8 + /// \tparam _Graph The graph this map is attached to.
1.9 /// \tparam _Item The item type of the graph items.
1.10 /// \tparam _Value The value type of the map.
1.11 - /// \todo Fix the doc: there is _Graph parameter instead of _Notifier.
1.12 template <typename _Graph, typename _Item, typename _Value>
1.13 class VectorMap
1.14 : public ItemSetTraits<_Graph, _Item>::ItemNotifier::ObserverBase {