lemon/bits/vector_map.h
changeset 157 2ccc1afc2c52
parent 107 31a2e6d28f61
child 209 765619b7cbb2
     1.1 --- a/lemon/bits/vector_map.h	Sat May 17 06:30:02 2008 +0100
     1.2 +++ b/lemon/bits/vector_map.h	Sat May 24 23:20:49 2008 +0200
     1.3 @@ -44,11 +44,10 @@
     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 -  /// \param Notifier The AlterationNotifier that will notify this map.
     1.8 -  /// \param Item The item type of the graph items.
     1.9 -  /// \param Value The value type of the map.
    1.10 -  /// 
    1.11 -  /// \author Balazs Dezso  	
    1.12 +  /// \tparam _Notifier The AlterationNotifier that will notify this map.
    1.13 +  /// \tparam _Item The item type of the graph items.
    1.14 +  /// \tparam _Value The value type of the map.
    1.15 +  /// \todo Fix the doc: there is _Graph parameter instead of _Notifier.
    1.16    template <typename _Graph, typename _Item, typename _Value>
    1.17    class VectorMap 
    1.18      : public ItemSetTraits<_Graph, _Item>::ItemNotifier::ObserverBase {