lemon/smart_graph.h
changeset 2111 ea1fa1bc3f6d
parent 2076 10681ee9d8ae
child 2115 4cd528a30ec1
     1.1 --- a/lemon/smart_graph.h	Mon Jun 26 15:40:35 2006 +0000
     1.2 +++ b/lemon/smart_graph.h	Wed Jun 28 15:06:24 2006 +0000
     1.3 @@ -239,8 +239,8 @@
     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::ExtendableGraph "ExtendableGraph" concept.
     1.8 -  ///\sa concept::ExtendableGraph.
     1.9 +  ///the \ref concept::Graph "Graph" concept.
    1.10 +  ///\sa concept::Graph.
    1.11    ///
    1.12    ///\author Alpar Juttner
    1.13    class SmartGraph : public ExtendedSmartGraphBase {