src/lemon/list_graph.h
changeset 959 c80ef5912903
parent 949 b16a10926781
child 975 12b9993b217c
     1.1 --- a/src/lemon/list_graph.h	Thu Nov 04 18:52:31 2004 +0000
     1.2 +++ b/src/lemon/list_graph.h	Thu Nov 04 20:24:59 2004 +0000
     1.3 @@ -317,8 +317,8 @@
     1.4    ///This is a simple and fast erasable graph implementation.
     1.5    ///
     1.6    ///It conforms to the
     1.7 -  ///\ref skeleton::ErasableGraph "ErasableGraph" concept.
     1.8 -  ///\sa skeleton::ErasableGraph.
     1.9 +  ///\ref concept::ErasableGraph "ErasableGraph" concept.
    1.10 +  ///\sa concept::ErasableGraph.
    1.11  
    1.12    class ListGraph : public ErasableListGraphBase 
    1.13    {