diff --git a/lemon/fib_heap.h b/lemon/fib_heap.h --- a/lemon/fib_heap.h +++ b/lemon/fib_heap.h @@ -20,7 +20,7 @@ #define LEMON_FIB_HEAP_H ///\file -///\ingroup auxdat +///\ingroup heaps ///\brief Fibonacci heap implementation. #include @@ -30,7 +30,7 @@ namespace lemon { - /// \ingroup auxdat + /// \ingroup heaps /// /// \brief Fibonacci heap data structure. ///