lemon/bellman_ford.h
changeset 788 c92296660262
parent 781 6f10c6ec5a21
parent 786 e20173729589
child 804 4db8d5ccd26b
     1.1 --- a/lemon/bellman_ford.h	Sun Nov 15 19:57:02 2009 +0100
     1.2 +++ b/lemon/bellman_ford.h	Wed Nov 18 14:38:02 2009 +0100
     1.3 @@ -300,7 +300,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 @@ -718,7 +718,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 @@ -733,7 +733,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.