lemon/path_utils.h
changeset 2350 eb371753e814
parent 2335 27aa03cd3121
child 2357 5365600a7a5c
     1.1 --- a/lemon/path_utils.h	Mon Jan 22 12:13:57 2007 +0000
     1.2 +++ b/lemon/path_utils.h	Tue Jan 23 12:51:39 2007 +0000
     1.3 @@ -103,9 +103,7 @@
     1.4    /// \brief Checks the path's consistency.
     1.5    ///
     1.6    /// Checks that each edge's target is the next's source. 
     1.7 -  /// \Checks the path's consistency.
     1.8 -  ///
     1.9 -  /// Checks that each edge's target is the next's source. 
    1.10 +  /// 
    1.11    template <typename Graph, typename Path>
    1.12    bool checkPath(const Graph& graph, const Path& path) {
    1.13      typename Path::EdgeIt it(path);