[Lemon-commits] Peter Kovacs: Minor doc fixes (#597)
Lemon HG
hg at lemon.cs.elte.hu
Thu Oct 8 10:20:22 CEST 2015
details: http://lemon.cs.elte.hu/hg/lemon/rev/abc24245d276
changeset: 1366:abc24245d276
user: Peter Kovacs <kpeter [at] inf.elte.hu>
date: Sun May 24 17:29:26 2015 +0200
description:
Minor doc fixes (#597)
diffstat:
doc/groups.dox | 2 +-
lemon/vf2.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff --git a/doc/groups.dox b/doc/groups.dox
--- a/doc/groups.dox
+++ b/doc/groups.dox
@@ -585,7 +585,7 @@
In addition, the graph nodes may be \e labeled, i.e. we are given two
node labelings \f$l_1:V_1\longrightarrow L\f$ and \f$l_2:V_2\longrightarrow
L\f$ and we require that \f$l_1(u)=l_2(f(u))\f$ holds for all nodes \f$u \in
-G\f$.
+G_1\f$.
*/
diff --git a/lemon/vf2.h b/lemon/vf2.h
--- a/lemon/vf2.h
+++ b/lemon/vf2.h
@@ -428,7 +428,7 @@
///\sa See \ref Vf2MappingType for the possible values.
void mappingType(Vf2MappingType m_type) { _mapping_type = m_type; }
- ///Find a mapping
+ ///Finds a mapping
///It finds a mapping between from g1 into g2 according to the mapping
///type set by \ref mappingType(Vf2MappingType) "mappingType()".
More information about the Lemon-commits
mailing list