diff -r aa1804409f29 -r 7a28e215f715 lemon/smart_graph.h --- a/lemon/smart_graph.h Tue Apr 14 10:35:38 2009 +0200 +++ b/lemon/smart_graph.h Tue Apr 14 10:54:42 2009 +0200 @@ -191,9 +191,7 @@ ///It is also quite memory efficient, but at the price ///that it does support only limited (only stack-like) ///node and arc deletions. - ///It conforms to the \ref concepts::Digraph "Digraph concept" with - ///an important extra feature that its maps are real \ref - ///concepts::ReferenceMap "reference map"s. + ///It fully conforms to the \ref concepts::Digraph "Digraph concept". /// ///\sa concepts::Digraph. class SmartDigraph : public ExtendedSmartDigraphBase { @@ -629,15 +627,9 @@ /// It is also quite memory efficient, but at the price /// that it does support only limited (only stack-like) /// node and arc deletions. - /// Except from this it conforms to - /// the \ref concepts::Graph "Graph concept". - /// - /// It also has an - /// important extra feature that - /// its maps are real \ref concepts::ReferenceMap "reference map"s. + /// It fully conforms to the \ref concepts::Graph "Graph concept". /// /// \sa concepts::Graph. - /// class SmartGraph : public ExtendedSmartGraphBase { private: