lemon/bellman_ford.h
changeset 786 e20173729589
parent 699 75325dfccf38
child 788 c92296660262
     1.1 --- a/lemon/bellman_ford.h	Fri Nov 13 17:30:26 2009 +0100
     1.2 +++ b/lemon/bellman_ford.h	Fri Nov 13 18:10:06 2009 +0100
     1.3 @@ -299,7 +299,7 @@
     1.4      ///
     1.5      /// \ref named-templ-param "Named parameter" for setting
     1.6      /// \c OperationTraits type.
     1.7 -    /// For more information see \ref BellmanFordDefaultOperationTraits.
     1.8 +    /// For more information, see \ref BellmanFordDefaultOperationTraits.
     1.9      template <class T>
    1.10      struct SetOperationTraits
    1.11        : public BellmanFord< Digraph, LengthMap, SetOperationTraitsTraits<T> > {
    1.12 @@ -717,7 +717,7 @@
    1.13      /// is not reached from the root(s) or if \c v is a root.
    1.14      ///
    1.15      /// The shortest path tree used here is equal to the shortest path
    1.16 -    /// tree used in \ref predNode() and \predMap().
    1.17 +    /// tree used in \ref predNode() and \ref predMap().
    1.18      ///
    1.19      /// \pre Either \ref run() or \ref init() must be called before
    1.20      /// using this function.
    1.21 @@ -732,7 +732,7 @@
    1.22      /// is not reached from the root(s) or if \c v is a root.
    1.23      ///
    1.24      /// The shortest path tree used here is equal to the shortest path
    1.25 -    /// tree used in \ref predArc() and \predMap().
    1.26 +    /// tree used in \ref predArc() and \ref predMap().
    1.27      ///
    1.28      /// \pre Either \ref run() or \ref init() must be called before
    1.29      /// using this function.