src/lemon/smart_graph.h
changeset 959 c80ef5912903
parent 950 d74557d1f100
child 969 0631847b37e5
     1.1 --- a/src/lemon/smart_graph.h	Thu Nov 04 18:52:31 2004 +0000
     1.2 +++ b/src/lemon/smart_graph.h	Thu Nov 04 20:24:59 2004 +0000
     1.3 @@ -229,8 +229,8 @@
     1.4    ///It is also quite memory efficient, but at the price
     1.5    ///that <b> it does not support node and edge deletion</b>.
     1.6    ///It conforms to 
     1.7 -  ///the \ref skeleton::ExtendableGraph "ExtendableGraph" concept.
     1.8 -  ///\sa skeleton::ExtendableGraph.
     1.9 +  ///the \ref concept::ExtendableGraph "ExtendableGraph" concept.
    1.10 +  ///\sa concept::ExtendableGraph.
    1.11    ///
    1.12    ///\todo Some member functions could be \c static.
    1.13    ///