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