lemon/full_graph.h
changeset 2111 ea1fa1bc3f6d
parent 2076 10681ee9d8ae
child 2115 4cd528a30ec1
     1.1 --- a/lemon/full_graph.h	Mon Jun 26 15:40:35 2006 +0000
     1.2 +++ b/lemon/full_graph.h	Wed Jun 28 15:06:24 2006 +0000
     1.3 @@ -214,8 +214,8 @@
     1.4    /// It is completely static, so you can neither add nor delete either
     1.5    /// edges or nodes.
     1.6    /// Thus it conforms to
     1.7 -  /// the \ref concept::StaticGraph "StaticGraph" concept
     1.8 -  /// \sa concept::StaticGraph.
     1.9 +  /// the \ref concept::Graph "Graph" concept
    1.10 +  /// \sa concept::Graph.
    1.11    ///
    1.12    /// \sa FullGraphBase
    1.13    /// \sa FullUGraph