[Lemon-commits] Balazs Dezso: Fix typos (ticket #192)
Lemon HG
hg at lemon.cs.elte.hu
Mon Dec 8 16:48:54 CET 2008
details: http://lemon.cs.elte.hu/hg/lemon/rev/cace3206223b
changeset: 444:cace3206223b
user: Balazs Dezso <deba [at] inf.elte.hu>
date: Mon Dec 08 11:06:39 2008 +0100
description:
Fix typos (ticket #192)
diffstat:
3 files changed, 4 insertions(+), 4 deletions(-)
lemon/connectivity.h | 4 ++--
lemon/max_matching.h | 2 +-
lemon/suurballe.h | 2 +-
diffs (45 lines):
diff --git a/lemon/connectivity.h b/lemon/connectivity.h
--- a/lemon/connectivity.h
+++ b/lemon/connectivity.h
@@ -295,7 +295,7 @@
/// the same class if they are connected with directed paths in both
/// direction.
///
- /// \param graph The graph.
+ /// \param digraph The graph.
/// \return The number of components
/// \note By definition, the empty graph has zero
/// strongly connected components.
@@ -1225,7 +1225,7 @@
/// Sort the nodes of a DAG into topolgical order. It also checks
/// that the given graph is DAG.
///
- /// \param graph The graph. It must be directed and acyclic.
+ /// \param digraph The graph. It must be directed and acyclic.
/// \retval order A readable - writable node map. The values will be set
/// from 0 to the number of the nodes in the graph minus one. Each values
/// of the map will be set exactly once, the values will be set descending
diff --git a/lemon/max_matching.h b/lemon/max_matching.h
--- a/lemon/max_matching.h
+++ b/lemon/max_matching.h
@@ -416,7 +416,7 @@
/// If you need better control on the execution, you must call
/// \ref init(), \ref greedyInit() or \ref matchingInit()
/// functions first, then you can start the algorithm with the \ref
- /// startParse() or startDense() functions.
+ /// startSparse() or startDense() functions.
///@{
diff --git a/lemon/suurballe.h b/lemon/suurballe.h
--- a/lemon/suurballe.h
+++ b/lemon/suurballe.h
@@ -51,7 +51,7 @@
/// \warning Length values should be \e non-negative \e integers.
///
/// \note For finding node-disjoint paths this algorithm can be used
- /// with \ref SplitDigraphAdaptor.
+ /// with \ref SplitNodes.
#ifdef DOXYGEN
template <typename Digraph, typename LengthMap>
#else
More information about the Lemon-commits
mailing list