lemon/bin_heap.h
changeset 157 2ccc1afc2c52
parent 100 4f754b4cf82b
child 209 765619b7cbb2
     1.1 --- a/lemon/bin_heap.h	Sat May 17 06:30:02 2008 +0100
     1.2 +++ b/lemon/bin_heap.h	Sat May 24 23:20:49 2008 +0200
     1.3 @@ -39,10 +39,10 @@
     1.4    ///efficient. \c Compare specifies the ordering of the priorities. In a heap
     1.5    ///one can change the priority of an item, add or erase an item, etc.
     1.6    ///
     1.7 -  ///\param _Prio Type of the priority of the items.
     1.8 -  ///\param _ItemIntMap A read and writable Item int map, used internally
     1.9 +  ///\tparam _Prio Type of the priority of the items.
    1.10 +  ///\tparam _ItemIntMap A read and writable Item int map, used internally
    1.11    ///to handle the cross references.
    1.12 -  ///\param _Compare A class for the ordering of the priorities. The
    1.13 +  ///\tparam _Compare A class for the ordering of the priorities. The
    1.14    ///default is \c std::less<_Prio>.
    1.15    ///
    1.16    ///\sa FibHeap