# HG changeset patch # User marci # Date 1084287489 0 # Node ID 81a0c2f2f7c61ea4812222f0592b5ad02e26eb6f # Parent b3c57602c516b49f2d7c3e0f930f287749513c67 docs diff -r b3c57602c516 -r 81a0c2f2f7c6 src/hugo/full_graph.h --- a/src/hugo/full_graph.h Tue May 11 12:09:06 2004 +0000 +++ b/src/hugo/full_graph.h Tue May 11 14:58:09 2004 +0000 @@ -1,4 +1,4 @@ -// -*- mode:C++ -*- +// -*- c++ -*- #ifndef HUGO_FULL_GRAPH_H #define HUGO_FULL_GRAPH_H @@ -20,7 +20,7 @@ ///A full graph class. ///This is a simple and fast directed full graph implementation. - ///It it completely static, so you can neither add nor delete either + ///It is completely static, so you can neither add nor delete either ///edges or nodes. ///Otherwise it conforms to the graph interface documented under ///the description of \ref GraphSkeleton.