src/work/alpar/dijkstra/fib_heap.h
changeset 242 b255f25ad394
parent 224 5bc1c83257f8
     1.1 --- a/src/work/alpar/dijkstra/fib_heap.h	Wed Mar 24 09:36:21 2004 +0000
     1.2 +++ b/src/work/alpar/dijkstra/fib_heap.h	Wed Mar 24 13:06:06 2004 +0000
     1.3 @@ -51,6 +51,9 @@
     1.4  #ifndef FIB_HEAP_H
     1.5  #define FIB_HEAP_H
     1.6  
     1.7 +///\file
     1.8 +///\brief Fibonacci Heap implementation.
     1.9 +
    1.10  #include <vector>
    1.11  #include <functional>
    1.12  #include <math.h>
    1.13 @@ -73,7 +76,7 @@
    1.14      int num_items;
    1.15  
    1.16      ///\todo It is use nowhere
    1.17 -    ///\todo It doesn't conforms to the naming conventions.
    1.18 +    ///\todo It doesn't conform to the naming conventions.
    1.19    public:
    1.20      enum state_enum {
    1.21        IN_HEAP = 0,