# HG changeset patch # User alpar # Date 1091645657 0 # Node ID 327c2f67a066f32a6ca7a537fd866f2628e279db # Parent e742d383fffcbfede137eabe2dff0d47df2e61bc doc change - one more todo. diff -r e742d383fffc -r 327c2f67a066 src/hugo/full_graph.h --- a/src/hugo/full_graph.h Wed Aug 04 18:51:51 2004 +0000 +++ b/src/hugo/full_graph.h Wed Aug 04 18:54:17 2004 +0000 @@ -25,7 +25,8 @@ ///Otherwise it conforms to the graph interface documented under ///the description of \ref GraphSkeleton. ///\sa \ref GraphSkeleton. - ///\todo Shouldn't we avoid loops? + ///\todo What about loops? + ///\todo Don't we need SymEdgeMap? /// ///\author Alpar Juttner class FullGraph {