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