src/work/alpar/dijkstra/bin_heap.hh
changeset 242 b255f25ad394
parent 224 5bc1c83257f8
     1.1 --- a/src/work/alpar/dijkstra/bin_heap.hh	Wed Mar 24 09:36:21 2004 +0000
     1.2 +++ b/src/work/alpar/dijkstra/bin_heap.hh	Wed Mar 24 13:06:06 2004 +0000
     1.3 @@ -59,6 +59,9 @@
     1.4  #ifndef BIN_HEAP_HH
     1.5  #define BIN_HEAP_HH
     1.6  
     1.7 +///\file
     1.8 +///\brief Binary Heap implementation.
     1.9 +
    1.10  #include <vector>
    1.11  #include <utility>
    1.12  #include <functional>