diff -r c945f577a66d -r eb371753e814 lemon/path_utils.h --- a/lemon/path_utils.h Mon Jan 22 12:13:57 2007 +0000 +++ b/lemon/path_utils.h Tue Jan 23 12:51:39 2007 +0000 @@ -103,9 +103,7 @@ /// \brief Checks the path's consistency. /// /// Checks that each edge's target is the next's source. - /// \Checks the path's consistency. - /// - /// Checks that each edge's target is the next's source. + /// template bool checkPath(const Graph& graph, const Path& path) { typename Path::EdgeIt it(path);