lemon/list_graph.h
changeset 2260 4274224f8a7d
parent 2256 b22dfb6c5ff3
child 2301 eb378706bd3d
     1.1 --- a/lemon/list_graph.h	Tue Oct 24 16:49:41 2006 +0000
     1.2 +++ b/lemon/list_graph.h	Tue Oct 24 17:19:16 2006 +0000
     1.3 @@ -318,15 +318,15 @@
     1.4  
     1.5    ///This is a simple and fast graph implementation.
     1.6    ///
     1.7 -  ///It conforms to the \ref concept::Graph "Graph concept" and it
     1.8 +  ///It conforms to the \ref concepts::Graph "Graph concept" and it
     1.9    ///also provides several additional useful extra functionalities.
    1.10    ///The most of the member functions and nested classes are
    1.11    ///documented only in the concept class.
    1.12    ///
    1.13    ///An important extra feature of this graph implementation is that
    1.14 -  ///its maps are real \ref concept::ReferenceMap "reference map"s.
    1.15 +  ///its maps are real \ref concepts::ReferenceMap "reference map"s.
    1.16    ///
    1.17 -  ///\sa concept::Graph.
    1.18 +  ///\sa concepts::Graph.
    1.19  
    1.20    class ListGraph : public ExtendedListGraphBase {
    1.21    private:
    1.22 @@ -748,12 +748,12 @@
    1.23    ///This is a simple and fast undirected graph implementation.
    1.24    ///
    1.25    ///An important extra feature of this graph implementation is that
    1.26 -  ///its maps are real \ref concept::ReferenceMap "reference map"s.
    1.27 +  ///its maps are real \ref concepts::ReferenceMap "reference map"s.
    1.28    ///
    1.29    ///It conforms to the
    1.30 -  ///\ref concept::UGraph "UGraph concept".
    1.31 +  ///\ref concepts::UGraph "UGraph concept".
    1.32    ///
    1.33 -  ///\sa concept::UGraph.
    1.34 +  ///\sa concepts::UGraph.
    1.35    ///
    1.36    class ListUGraph : public ExtendedListUGraphBase {
    1.37    private:
    1.38 @@ -1497,12 +1497,12 @@
    1.39    /// \brief A smart bipartite undirected graph class.
    1.40    ///
    1.41    /// This is a bipartite undirected graph implementation.
    1.42 -  /// It is conforms to the \ref concept::BpUGraph "BpUGraph concept".
    1.43 +  /// It is conforms to the \ref concepts::BpUGraph "BpUGraph concept".
    1.44    ///
    1.45    ///An important extra feature of this graph implementation is that
    1.46 -  ///its maps are real \ref concept::ReferenceMap "reference map"s.
    1.47 +  ///its maps are real \ref concepts::ReferenceMap "reference map"s.
    1.48    ///
    1.49 -  /// \sa concept::BpUGraph.
    1.50 +  /// \sa concepts::BpUGraph.
    1.51    ///
    1.52    class ListBpUGraph : public ExtendedListBpUGraphBase {
    1.53      /// \brief ListBpUGraph is \e not copy constructible.