doc change - one more todo.
authoralpar
Wed, 04 Aug 2004 18:54:17 +0000
changeset 752327c2f67a066
parent 751 e742d383fffc
child 753 f5382a084c07
doc change - one more todo.
src/hugo/full_graph.h
     1.1 --- a/src/hugo/full_graph.h	Wed Aug 04 18:51:51 2004 +0000
     1.2 +++ b/src/hugo/full_graph.h	Wed Aug 04 18:54:17 2004 +0000
     1.3 @@ -25,7 +25,8 @@
     1.4    ///Otherwise it conforms to the graph interface documented under
     1.5    ///the description of \ref GraphSkeleton.
     1.6    ///\sa \ref GraphSkeleton.
     1.7 -  ///\todo Shouldn't we avoid loops?
     1.8 +  ///\todo What about loops?
     1.9 +  ///\todo Don't we need SymEdgeMap?
    1.10    ///
    1.11    ///\author Alpar Juttner
    1.12    class FullGraph {