lemon/smart_graph.h
changeset 2123 85c6f5e82108
parent 2116 b6a68c15a6a3
child 2128 509846825ddf
     1.1 --- a/lemon/smart_graph.h	Tue Jul 11 12:37:53 2006 +0000
     1.2 +++ b/lemon/smart_graph.h	Tue Jul 11 13:51:52 2006 +0000
     1.3 @@ -239,7 +239,7 @@
     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.
     1.8 +  ///the \ref concept::Graph "Graph concept".
     1.9    ///\sa concept::Graph.
    1.10    ///
    1.11    ///\author Alpar Juttner
    1.12 @@ -370,7 +370,7 @@
    1.13    /// that <b> it does support only limited (only stack-like)
    1.14    /// node and edge deletions</b>.
    1.15    /// Except from this it conforms to 
    1.16 -  /// the \ref concept::UGraph "UGraph" concept.
    1.17 +  /// the \ref concept::UGraph "UGraph concept".
    1.18    /// \sa concept::UGraph.
    1.19    ///
    1.20    /// \todo Snapshot hasn't been implemented yet.
    1.21 @@ -604,7 +604,7 @@
    1.22    /// It is also quite memory efficient, but at the price
    1.23    /// that <b> it does not support node and edge deletions</b>.
    1.24    /// Except from this it conforms to 
    1.25 -  /// the \ref concept::BpUGraph "BpUGraph" concept.
    1.26 +  /// the \ref concept::BpUGraph "BpUGraph concept".
    1.27    /// \sa concept::BpUGraph.
    1.28    ///
    1.29    class SmartBpUGraph : public ExtendedSmartBpUGraphBase {};