diff -r a3402913cffe -r f63e87b9748e lemon/smart_graph.h --- a/lemon/smart_graph.h Sat Apr 18 21:54:30 2009 +0200 +++ b/lemon/smart_graph.h Tue Apr 21 10:34:49 2009 +0100 @@ -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: