diff -r 0747f332c478 -r f1fe0ddad6f7 lemon/radix_heap.h --- a/lemon/radix_heap.h Wed Jul 08 17:21:30 2009 +0200 +++ b/lemon/radix_heap.h Wed Jul 08 17:22:36 2009 +0200 @@ -19,7 +19,7 @@ #ifndef LEMON_RADIX_HEAP_H #define LEMON_RADIX_HEAP_H -///\ingroup auxdat +///\ingroup heaps ///\file ///\brief Radix heap implementation. @@ -29,7 +29,7 @@ namespace lemon { - /// \ingroup auxdat + /// \ingroup heaps /// /// \brief Radix heap data structure. ///