diff -r 0e83db759894 -r 60e4627e8c74 src/include/fib_heap.h --- a/src/include/fib_heap.h Mon Apr 26 17:41:23 2004 +0000 +++ b/src/include/fib_heap.h Mon Apr 26 18:08:46 2004 +0000 @@ -3,6 +3,7 @@ #ifndef HUGO_FIB_HEAP_H #define HUGO_FIB_HEAP_H +///ingroup auxdat ///\file ///\brief Fibonacci Heap implementation. @@ -12,6 +13,9 @@ namespace hugo { + /// \addtogroup auxdat + /// @{ + /// An implementation of the Fibonacci Heap. /** @@ -490,5 +494,7 @@ container[rightn].left_neighbor=leftn; } + ///@} + } //namespace hugo #endif