COIN-OR::LEMON - Graph Library

Changeset 710:f1fe0ddad6f7 in lemon-main for lemon/bucket_heap.h


Ignore:
Timestamp:
07/08/09 17:22:36 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Move the heaps to a separate group (#299)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bucket_heap.h

    r709 r710  
    2020#define LEMON_BUCKET_HEAP_H
    2121
    22 ///\ingroup auxdat
     22///\ingroup heaps
    2323///\file
    2424///\brief Bucket heap implementation.
     
    5454  }
    5555
    56   /// \ingroup auxdat
     56  /// \ingroup heaps
    5757  ///
    5858  /// \brief Bucket heap data structure.
     
    372372  }; // class BucketHeap
    373373
    374   /// \ingroup auxdat
     374  /// \ingroup heaps
    375375  ///
    376376  /// \brief Simplified bucket heap data structure.
Note: See TracChangeset for help on using the changeset viewer.