src/hugo/dijkstra.h
changeset 570 eec0a62979c9
parent 542 69bde1d90c04
child 584 1d4855f5312e
     1.1 --- a/src/hugo/dijkstra.h	Fri May 07 07:44:44 2004 +0000
     1.2 +++ b/src/hugo/dijkstra.h	Fri May 07 08:02:17 2004 +0000
     1.3 @@ -38,6 +38,7 @@
     1.4    ///is using \ref BinHeap "binary heap".
     1.5    ///
     1.6    ///\author Jacint Szabo
     1.7 +  ///\todo We need a LengthMap typedef
     1.8  #ifdef DOXYGEN
     1.9    template <typename Graph,
    1.10  	    typename LengthMap,