lemon/fib_heap.h
changeset 710 f1fe0ddad6f7
parent 709 0747f332c478
child 711 28cfac049a6a
     1.1 --- a/lemon/fib_heap.h	Wed Jul 08 17:21:30 2009 +0200
     1.2 +++ b/lemon/fib_heap.h	Wed Jul 08 17:22:36 2009 +0200
     1.3 @@ -20,7 +20,7 @@
     1.4  #define LEMON_FIB_HEAP_H
     1.5  
     1.6  ///\file
     1.7 -///\ingroup auxdat
     1.8 +///\ingroup heaps
     1.9  ///\brief Fibonacci heap implementation.
    1.10  
    1.11  #include <vector>
    1.12 @@ -30,7 +30,7 @@
    1.13  
    1.14  namespace lemon {
    1.15  
    1.16 -  /// \ingroup auxdat
    1.17 +  /// \ingroup heaps
    1.18    ///
    1.19    /// \brief Fibonacci heap data structure.
    1.20    ///