lemon/smart_graph.h
changeset 582 7a28e215f715
parent 559 c5fd2d996909
child 617 4137ef9aacc6
     1.1 --- a/lemon/smart_graph.h	Tue Apr 14 10:35:38 2009 +0200
     1.2 +++ b/lemon/smart_graph.h	Tue Apr 14 10:54:42 2009 +0200
     1.3 @@ -191,9 +191,7 @@
     1.4    ///It is also quite memory efficient, but at the price
     1.5    ///that <b> it does support only limited (only stack-like)
     1.6    ///node and arc deletions</b>.
     1.7 -  ///It conforms to the \ref concepts::Digraph "Digraph concept" with
     1.8 -  ///an important extra feature that its maps are real \ref
     1.9 -  ///concepts::ReferenceMap "reference map"s.
    1.10 +  ///It fully conforms to the \ref concepts::Digraph "Digraph concept".
    1.11    ///
    1.12    ///\sa concepts::Digraph.
    1.13    class SmartDigraph : public ExtendedSmartDigraphBase {
    1.14 @@ -629,15 +627,9 @@
    1.15    /// It is also quite memory efficient, but at the price
    1.16    /// that <b> it does support only limited (only stack-like)
    1.17    /// node and arc deletions</b>.
    1.18 -  /// Except from this it conforms to
    1.19 -  /// the \ref concepts::Graph "Graph concept".
    1.20 -  ///
    1.21 -  /// It also has an
    1.22 -  /// important extra feature that
    1.23 -  /// its maps are real \ref concepts::ReferenceMap "reference map"s.
    1.24 +  /// It fully conforms to the \ref concepts::Graph "Graph concept".
    1.25    ///
    1.26    /// \sa concepts::Graph.
    1.27 -  ///
    1.28    class SmartGraph : public ExtendedSmartGraphBase {
    1.29    private:
    1.30