lemon/path.h
changeset 313 64f8f7cc6168
parent 236 da953e387d31
child 463 88ed40ad0d4f
child 517 afd134142111
     1.1 --- a/lemon/path.h	Wed Oct 08 17:05:01 2008 +0100
     1.2 +++ b/lemon/path.h	Thu Oct 09 10:09:44 2008 +0200
     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;