COIN-OR::LEMON - Graph Library

Changeset 430:60e4627e8c74 in lemon-0.x for src/include/fib_heap.h


Ignore:
Timestamp:
04/26/04 20:08:46 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@570
Message:

Many new modules (groups) in the documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/include/fib_heap.h

    r387 r430  
    44#define HUGO_FIB_HEAP_H
    55
     6///ingroup auxdat
    67///\file
    78///\brief Fibonacci Heap implementation.
     
    1314namespace hugo {
    1415 
     16  /// \addtogroup auxdat
     17  /// @{
     18
    1519  /// An implementation of the Fibonacci Heap.
    1620
     
    491495  }
    492496 
     497  ///@}
     498
    493499} //namespace hugo
    494500#endif
Note: See TracChangeset for help on using the changeset viewer.