diff -r a4d499904482 -r c175e387da19 lemon/path.h --- a/lemon/path.h Thu Oct 09 13:40:40 2008 +0100 +++ b/lemon/path.h Thu Oct 09 13:54:50 2008 +0100 @@ -849,7 +849,7 @@ /// \brief Return true when the path is empty. int empty() const { return len == 0; } - /// \break Erase all arcs in the digraph. + /// \brief Erase all arcs in the digraph. void clear() { len = 0; if (arcs) delete[] arcs;