diff -r 0747f332c478 -r f1fe0ddad6f7 lemon/fib_heap.h --- a/lemon/fib_heap.h Wed Jul 08 17:21:30 2009 +0200 +++ b/lemon/fib_heap.h Wed Jul 08 17:22:36 2009 +0200 @@ -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. ///