src/lemon/fib_heap.h
changeset 1204 c3e29c6ae4e4
parent 1185 22bb02339808
child 1270 806451fd084b
     1.1 --- a/src/lemon/fib_heap.h	Mon Mar 07 07:57:06 2005 +0000
     1.2 +++ b/src/lemon/fib_heap.h	Mon Mar 07 08:54:45 2005 +0000
     1.3 @@ -44,8 +44,8 @@
     1.4    ///
     1.5    ///\param Item Type of the items to be stored.  
     1.6    ///\param Prio Type of the priority of the items.
     1.7 -  ///\param ItemIntMap A read and writable Item int map, for the usage of
     1.8 -  ///the heap.
     1.9 +  ///\param ItemIntMap A read and writable Item int map, used internally
    1.10 +  ///to handle the cross references.
    1.11    ///\param Compare A class for the ordering of the priorities. The
    1.12    ///default is \c std::less<Prio>.
    1.13    ///