[Lemon-commits] [lemon_svn] marci: r788 - hugo/trunk/src/hugo
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:41:30 CET 2006
Author: marci
Date: Tue May 11 16:58:09 2004
New Revision: 788
Modified:
hugo/trunk/src/hugo/full_graph.h
Log:
docs
Modified: hugo/trunk/src/hugo/full_graph.h
==============================================================================
--- hugo/trunk/src/hugo/full_graph.h (original)
+++ hugo/trunk/src/hugo/full_graph.h Tue May 11 16:58:09 2004
@@ -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.
More information about the Lemon-commits
mailing list