COIN-OR::LEMON - Graph Library

Changeset 157:2ccc1afc2c52 in lemon for lemon/bin_heap.h


Ignore:
Timestamp:
05/24/08 23:20:49 (16 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Using \tparam commands + removing \author commands (ticket #29, #39)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bin_heap.h

    r100 r157  
    4040  ///one can change the priority of an item, add or erase an item, etc.
    4141  ///
    42   ///\param _Prio Type of the priority of the items.
    43   ///\param _ItemIntMap A read and writable Item int map, used internally
     42  ///\tparam _Prio Type of the priority of the items.
     43  ///\tparam _ItemIntMap A read and writable Item int map, used internally
    4444  ///to handle the cross references.
    45   ///\param _Compare A class for the ordering of the priorities. The
     45  ///\tparam _Compare A class for the ordering of the priorities. The
    4646  ///default is \c std::less<_Prio>.
    4747  ///
Note: See TracChangeset for help on using the changeset viewer.