diff -r 7abfb55f1ecc -r e7f8647ce760 lemon/bits/base_extender.h --- a/lemon/bits/base_extender.h Mon Sep 22 10:56:01 2008 +0200 +++ b/lemon/bits/base_extender.h Mon Jul 14 15:23:11 2008 +0100 @@ -105,9 +105,6 @@ /// Returns whether the given directed arc has the same orientation /// as the corresponding edge. - /// - /// \todo reference to the corresponding point of the undirected digraph - /// concept. "What does the direction of an edge mean?" static bool direction(const Arc &a) { return a.forward; } using Parent::first;