[Lemon-commits] [lemon_svn] alpar: r1612 - in hugo/trunk: doc src/test
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:46:34 CET 2006
Author: alpar
Date: Sun Mar 6 22:13:24 2005
New Revision: 1612
Modified:
hugo/trunk/doc/graphs.dox
hugo/trunk/src/test/test_tools.h
Log:
Doc improvements
Modified: hugo/trunk/doc/graphs.dox
==============================================================================
--- hugo/trunk/doc/graphs.dox (original)
+++ hugo/trunk/doc/graphs.dox Sun Mar 6 22:13:24 2005
@@ -44,7 +44,8 @@
attach data to the edges in such a way that the stored data
are shared by the edge pairs.
\li \ref lemon::FullGraph "FullGraph"
-implements a complete graph. It is a \ref lemon::concept::StaticGraph, so you cannot
+implements a complete graph. It is a
+\ref lemon::concept::StaticGraph "StaticGraph", so you cannot
change the number of nodes once it is constructed. It is extremely memory
efficient: it uses constant amount of memory independently from the number of
the nodes of the graph. Of course, the size of the \ref maps-page "NodeMap"'s and
Modified: hugo/trunk/src/test/test_tools.h
==============================================================================
--- hugo/trunk/src/test/test_tools.h (original)
+++ hugo/trunk/src/test/test_tools.h Sun Mar 6 22:13:24 2005
@@ -26,7 +26,7 @@
//! \ingroup misc
//! \file
-//! \brief Some utility to write test programs.
+//! \brief Some utilities to write test programs.
///If \c rc is fail, writes an error message end exit.
@@ -91,9 +91,9 @@
return n;
}
-/// \brief Adds to the graph the reverse pair of all edge.
+/// \brief Adds to the graph the reverse pair of all edges.
///
-/// Adds to the graph the reverse pair of all edge.
+/// Adds to the graph the reverse pair of all edges.
///
template<class Graph> void bidirGraph(Graph &G)
{
More information about the Lemon-commits
mailing list