diff -r e57e10a8ea1b -r 64f8f7cc6168 lemon/path.h --- a/lemon/path.h Wed Oct 08 17:05:01 2008 +0100 +++ b/lemon/path.h Thu Oct 09 10:09:44 2008 +0200 @@ -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;