# HG changeset patch # User alpar # Date 1156781462 0 # Node ID 05a5e48010ab6fc0fd41f11bb3cd7c0c5ec7c27d # Parent b6602864e4564eccb05efc2b5b86527d614aba42 Doc improvementst & todos diff -r b6602864e456 -r 05a5e48010ab lemon/floyd_warshall.h --- a/lemon/floyd_warshall.h Mon Aug 28 16:10:12 2006 +0000 +++ b/lemon/floyd_warshall.h Mon Aug 28 16:11:02 2006 +0000 @@ -181,9 +181,10 @@ /// traits class. /// /// \author Balazs Dezso - + /// \todo A function type interface would be nice. + /// \todo Implement \c nextNode() and \c nextEdge() #ifdef DOXYGEN - template + template #else template , @@ -223,6 +224,9 @@ typedef typename _Traits::PredMap PredMap; /// \brief The type of the map that stores the dists of the nodes. /// The type of the DistMap is a matrix map for Values + /// + /// \todo It should rather be + /// called \c DistMatrix typedef typename _Traits::DistMap DistMap; /// \brief The operation traits. typedef typename _Traits::OperationTraits OperationTraits;