# HG changeset patch # User Peter Kovacs # Date 1432481366 -7200 # Node ID abc24245d27636fe0638b118a7fbc6dce59fe63a # Parent 1de908281369d1b983e9f493a7b56da4558484d7 Minor doc fixes (#597) diff -r 1de908281369 -r abc24245d276 doc/groups.dox --- a/doc/groups.dox Fri May 15 10:16:48 2015 +0200 +++ b/doc/groups.dox Sun May 24 17:29:26 2015 +0200 @@ -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 -r 1de908281369 -r abc24245d276 lemon/vf2.h --- a/lemon/vf2.h Fri May 15 10:16:48 2015 +0200 +++ b/lemon/vf2.h Sun May 24 17:29:26 2015 +0200 @@ -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()".