lemon/bellman_ford.h
changeset 1250 97d978243703
parent 960 b89e46862dc2
child 1254 c5cd8960df74
     1.1 --- a/lemon/bellman_ford.h	Tue Jul 30 15:54:46 2013 +0200
     1.2 +++ b/lemon/bellman_ford.h	Mon Aug 05 14:03:29 2013 +0200
     1.3 @@ -200,11 +200,12 @@
     1.4      typedef typename TR::DistMap DistMap;
     1.5      /// The type of the paths.
     1.6      typedef PredMapPath<Digraph, PredMap> Path;
     1.7 -    ///\brief The \ref BellmanFordDefaultOperationTraits
     1.8 +    ///\brief The \ref lemon::BellmanFordDefaultOperationTraits
     1.9      /// "operation traits class" of the algorithm.
    1.10      typedef typename TR::OperationTraits OperationTraits;
    1.11  
    1.12 -    ///The \ref BellmanFordDefaultTraits "traits class" of the algorithm.
    1.13 +    ///\brief The \ref lemon::BellmanFordDefaultTraits "traits class"
    1.14 +    ///of the algorithm.
    1.15      typedef TR Traits;
    1.16  
    1.17    private: