lemon/bits/base_extender.h
changeset 280 e7f8647ce760
parent 256 c760d691fe3c
child 289 d91884dcd572
     1.1 --- a/lemon/bits/base_extender.h	Mon Sep 22 10:56:01 2008 +0200
     1.2 +++ b/lemon/bits/base_extender.h	Mon Jul 14 15:23:11 2008 +0100
     1.3 @@ -105,9 +105,6 @@
     1.4  
     1.5      /// Returns whether the given directed arc has the same orientation
     1.6      /// as the corresponding edge.
     1.7 -    ///
     1.8 -    /// \todo reference to the corresponding point of the undirected digraph
     1.9 -    /// concept. "What does the direction of an edge mean?"
    1.10      static bool direction(const Arc &a) { return a.forward; }
    1.11  
    1.12      using Parent::first;