diff -r 4acba8684811 -r b255f25ad394 src/work/alpar/dijkstra/fib_heap.h --- a/src/work/alpar/dijkstra/fib_heap.h Wed Mar 24 09:36:21 2004 +0000 +++ b/src/work/alpar/dijkstra/fib_heap.h Wed Mar 24 13:06:06 2004 +0000 @@ -51,6 +51,9 @@ #ifndef FIB_HEAP_H #define FIB_HEAP_H +///\file +///\brief Fibonacci Heap implementation. + #include #include #include @@ -73,7 +76,7 @@ int num_items; ///\todo It is use nowhere - ///\todo It doesn't conforms to the naming conventions. + ///\todo It doesn't conform to the naming conventions. public: enum state_enum { IN_HEAP = 0,