1.1 --- a/lemon/vf2.h Thu May 14 17:13:44 2015 +0200
1.2 +++ b/lemon/vf2.h Fri May 15 10:15:30 2015 +0200
1.3 @@ -425,7 +425,7 @@
1.4 ///
1.5 ///The mapping type is set to \ref SUBGRAPH by default.
1.6 ///
1.7 - ///\sa See \ref for the possible values.
1.8 + ///\sa See \ref Vf2MappingType for the possible values.
1.9 void mappingType(Vf2MappingType m_type) { _mapping_type = m_type; }
1.10
1.11 ///Find a mapping
1.12 @@ -561,8 +561,10 @@
1.13 ///\ref named-templ-param "Named parameter" function for setting
1.14 ///the node labels defining equivalence relation between them.
1.15 ///
1.16 - ///\param m1 It is arbitrary \ref ReadMap "readable node map" of g1.
1.17 - ///\param m1 It is arbitrary \ref ReadMap "readable node map" of g2.
1.18 + ///\param m1 It is arbitrary \ref concepts::ReadMap "readable node map"
1.19 + ///of g1.
1.20 + ///\param m2 It is arbitrary \ref concepts::ReadMap "readable node map"
1.21 + ///of g2.
1.22 ///
1.23 ///The value type of these maps must be equal comparable.
1.24 template<class M1, class M2>
1.25 @@ -580,7 +582,7 @@
1.26 ///
1.27 ///The mapping type is set to \ref SUBGRAPH by default.
1.28 ///
1.29 - ///\sa See \ref for the possible values.
1.30 + ///\sa See \ref Vf2MappingType for the possible values.
1.31 Vf2Wizard<Base> &mappingType(Vf2MappingType m_type)
1.32 {
1.33 _mapping_type = m_type;