diff -r aa1804409f29 -r 7a28e215f715 lemon/list_graph.h --- a/lemon/list_graph.h Tue Apr 14 10:35:38 2009 +0200 +++ b/lemon/list_graph.h Tue Apr 14 10:54:42 2009 +0200 @@ -320,9 +320,6 @@ ///Most of the member functions and nested classes are documented ///only in the concept class. /// - ///An important extra feature of this digraph implementation is that - ///its maps are real \ref concepts::ReferenceMap "reference map"s. - /// ///\sa concepts::Digraph class ListDigraph : public ExtendedListDigraphBase { @@ -1176,9 +1173,6 @@ ///Most of the member functions and nested classes are documented ///only in the concept class. /// - ///An important extra feature of this graph implementation is that - ///its maps are real \ref concepts::ReferenceMap "reference map"s. - /// ///\sa concepts::Graph class ListGraph : public ExtendedListGraphBase {