1.1 --- a/lemon/list_graph.h Sat Apr 18 21:54:30 2009 +0200
1.2 +++ b/lemon/list_graph.h Tue Apr 21 10:34:49 2009 +0100
1.3 @@ -320,9 +320,6 @@
1.4 ///Most of the member functions and nested classes are documented
1.5 ///only in the concept class.
1.6 ///
1.7 - ///An important extra feature of this digraph implementation is that
1.8 - ///its maps are real \ref concepts::ReferenceMap "reference map"s.
1.9 - ///
1.10 ///\sa concepts::Digraph
1.11
1.12 class ListDigraph : public ExtendedListDigraphBase {
1.13 @@ -1176,9 +1173,6 @@
1.14 ///Most of the member functions and nested classes are documented
1.15 ///only in the concept class.
1.16 ///
1.17 - ///An important extra feature of this graph implementation is that
1.18 - ///its maps are real \ref concepts::ReferenceMap "reference map"s.
1.19 - ///
1.20 ///\sa concepts::Graph
1.21
1.22 class ListGraph : public ExtendedListGraphBase {