src/hugo/full_graph.h
changeset 880 9d0bfd35b97c
parent 822 88226d9fe821
child 897 ef09eee53b09
     1.1 --- a/src/hugo/full_graph.h	Fri Sep 17 15:11:39 2004 +0000
     1.2 +++ b/src/hugo/full_graph.h	Fri Sep 17 15:51:50 2004 +0000
     1.3 @@ -27,9 +27,9 @@
     1.4    ///This is a simple and fast directed full graph implementation.
     1.5    ///It is completely static, so you can neither add nor delete either
     1.6    ///edges or nodes.
     1.7 -  ///Otherwise it conforms to the graph interface documented under
     1.8 -  ///the description of \ref GraphSkeleton.
     1.9 -  ///\sa \ref GraphSkeleton.
    1.10 +  ///Thus it conforms to
    1.11 +  ///the \ref skeleton::StaticGraph "StaticGraph" concept
    1.12 +  ///\sa skeleton::StaticGraph.
    1.13    ///\todo What about loops?
    1.14    ///\todo Don't we need SymEdgeMap?
    1.15    ///