lemon/graph_adaptor.h
changeset 2111 ea1fa1bc3f6d
parent 2084 59769591eb60
child 2177 416a7030b7e3
     1.1 --- a/lemon/graph_adaptor.h	Mon Jun 26 15:40:35 2006 +0000
     1.2 +++ b/lemon/graph_adaptor.h	Wed Jun 28 15:06:24 2006 +0000
     1.3 @@ -2424,7 +2424,7 @@
     1.4    /// The full code can be found in the \ref disjoint_paths_demo.cc demo file.
     1.5    ///
     1.6    /// This graph adaptor is fully conform to the 
     1.7 -  /// \ref concept::StaticGraph "StaticGraph" concept and
     1.8 +  /// \ref concept::Graph "Graph" concept and
     1.9    /// contains some additional member functions and types. The 
    1.10    /// documentation of some member functions may be found just in the
    1.11    /// SplitGraphAdaptorBase class.