lemon/full_graph.h
changeset 2260 4274224f8a7d
parent 2256 b22dfb6c5ff3
child 2384 805c5a2a36dd
     1.1 --- a/lemon/full_graph.h	Tue Oct 24 16:49:41 2006 +0000
     1.2 +++ b/lemon/full_graph.h	Tue Oct 24 17:19:16 2006 +0000
     1.3 @@ -167,11 +167,11 @@
     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::Graph "Graph" concept and
     1.8 +  /// the \ref concepts::Graph "Graph" concept and
     1.9    ///it also has an
    1.10    ///important extra feature that
    1.11 -  ///its maps are real \ref concept::ReferenceMap "reference map"s.
    1.12 -  /// \sa concept::Graph.
    1.13 +  ///its maps are real \ref concepts::ReferenceMap "reference map"s.
    1.14 +  /// \sa concepts::Graph.
    1.15    ///
    1.16    /// \sa FullUGraph
    1.17    ///
    1.18 @@ -384,7 +384,7 @@
    1.19    ///
    1.20    ///It also has an
    1.21    ///important extra feature that
    1.22 -  ///its maps are real \ref concept::ReferenceMap "reference map"s.
    1.23 +  ///its maps are real \ref concepts::ReferenceMap "reference map"s.
    1.24    ///
    1.25    /// \sa FullGraph
    1.26    ///