lemon/list_graph.h
changeset 582 7a28e215f715
parent 559 c5fd2d996909
child 617 4137ef9aacc6
     1.1 --- a/lemon/list_graph.h	Tue Apr 14 10:35:38 2009 +0200
     1.2 +++ b/lemon/list_graph.h	Tue Apr 14 10:54:42 2009 +0200
     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 {