diff -r 689f24ee83e6 -r a0ab96ad65fe lemon/path.h --- a/lemon/path.h Thu Oct 09 16:47:01 2008 +0200 +++ b/lemon/path.h Thu Oct 09 16:20:37 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;