lemon/fib_heap.h
changeset 2529 93de38566e6c
parent 2391 14a343be7a5a
child 2547 f393a8162688
     1.1 --- a/lemon/fib_heap.h	Wed Nov 28 18:05:49 2007 +0000
     1.2 +++ b/lemon/fib_heap.h	Fri Nov 30 09:22:38 2007 +0000
     1.3 @@ -30,9 +30,9 @@
     1.4  namespace lemon {
     1.5    
     1.6    /// \ingroup auxdat
     1.7 -
     1.8 -  /// Fibonacci Heap.
     1.9 -
    1.10 +  ///
    1.11 +  ///\brief Fibonacci Heap.
    1.12 +  ///
    1.13    ///This class implements the \e Fibonacci \e heap data structure. A \e heap
    1.14    ///is a data structure for storing items with specified values called \e
    1.15    ///priorities in such a way that finding the item with minimum priority is