lemon/smart_graph.h
changeset 2260 4274224f8a7d
parent 2256 b22dfb6c5ff3
child 2261 c52b572c294f
     1.1 --- a/lemon/smart_graph.h	Tue Oct 24 16:49:41 2006 +0000
     1.2 +++ b/lemon/smart_graph.h	Tue Oct 24 17:19:16 2006 +0000
     1.3 @@ -194,11 +194,11 @@
     1.4    ///that <b> it does support only limited (only stack-like)
     1.5    ///node and edge deletions</b>.
     1.6    ///It conforms to 
     1.7 -  ///the \ref concept::Graph "Graph concept" with an
     1.8 +  ///the \ref concepts::Graph "Graph concept" with an
     1.9    ///important extra feature that
    1.10 -  ///its maps are real \ref concept::ReferenceMap "reference map"s.
    1.11 +  ///its maps are real \ref concepts::ReferenceMap "reference map"s.
    1.12    ///
    1.13 -  ///\sa concept::Graph.
    1.14 +  ///\sa concepts::Graph.
    1.15    ///
    1.16    ///\author Alpar Juttner
    1.17    class SmartGraph : public ExtendedSmartGraphBase {
    1.18 @@ -380,13 +380,13 @@
    1.19    /// that <b> it does support only limited (only stack-like)
    1.20    /// node and edge deletions</b>.
    1.21    /// Except from this it conforms to 
    1.22 -  /// the \ref concept::UGraph "UGraph concept".
    1.23 +  /// the \ref concepts::UGraph "UGraph concept".
    1.24    ///
    1.25    ///It also has an
    1.26    ///important extra feature that
    1.27 -  ///its maps are real \ref concept::ReferenceMap "reference map"s.
    1.28 +  ///its maps are real \ref concepts::ReferenceMap "reference map"s.
    1.29    ///
    1.30 -  /// \sa concept::UGraph.
    1.31 +  /// \sa concepts::UGraph.
    1.32    ///
    1.33    /// \todo Snapshot hasn't been implemented yet.
    1.34    ///
    1.35 @@ -762,13 +762,13 @@
    1.36    /// It is also quite memory efficient, but at the price
    1.37    /// that <b> it does not support node and edge deletions</b>.
    1.38    /// Except from this it conforms to 
    1.39 -  /// the \ref concept::BpUGraph "BpUGraph concept".
    1.40 +  /// the \ref concepts::BpUGraph "BpUGraph concept".
    1.41    ///
    1.42    ///It also has an
    1.43    ///important extra feature that
    1.44 -  ///its maps are real \ref concept::ReferenceMap "reference map"s.
    1.45 +  ///its maps are real \ref concepts::ReferenceMap "reference map"s.
    1.46    ///
    1.47 -  /// \sa concept::BpUGraph.
    1.48 +  /// \sa concepts::BpUGraph.
    1.49    ///
    1.50    class SmartBpUGraph : public ExtendedSmartBpUGraphBase {
    1.51    private: