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