changeset 317 | a0ab96ad65fe |
parent 236 | da953e387d31 |
child 440 | 88ed40ad0d4f |
child 487 | afd134142111 |
1.1 --- a/lemon/path.h Thu Oct 09 16:47:01 2008 +0200 1.2 +++ b/lemon/path.h Thu Oct 09 16:20:37 2008 +0100 1.3 @@ -849,7 +849,7 @@ 1.4 /// \brief Return true when the path is empty. 1.5 int empty() const { return len == 0; } 1.6 1.7 - /// \break Erase all arcs in the digraph. 1.8 + /// \brief Erase all arcs in the digraph. 1.9 void clear() { 1.10 len = 0; 1.11 if (arcs) delete[] arcs;