diff -r e561aa7675de -r 2ccc1afc2c52 lemon/bits/vector_map.h --- a/lemon/bits/vector_map.h Sat May 17 06:30:02 2008 +0100 +++ b/lemon/bits/vector_map.h Sat May 24 23:20:49 2008 +0200 @@ -44,11 +44,10 @@ /// 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. /// - /// \param Notifier The AlterationNotifier that will notify this map. - /// \param Item The item type of the graph items. - /// \param Value The value type of the map. - /// - /// \author Balazs Dezso + /// \tparam _Notifier The AlterationNotifier that will notify this map. + /// \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 {