COIN-OR::LEMON - Graph Library

Changeset 1144:760a5f690163 in lemon-main for lemon/vf2.h


Ignore:
Timestamp:
05/15/15 10:15:30 (9 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Minor doc fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/vf2.h

    r1143 r1144  
    426426    ///The mapping type is set to \ref SUBGRAPH by default.
    427427    ///
    428     ///\sa See \ref for the possible values.
     428    ///\sa See \ref Vf2MappingType for the possible values.
    429429    void mappingType(Vf2MappingType m_type) { _mapping_type = m_type; }
    430430
     
    562562    ///the node labels defining equivalence relation between them.
    563563    ///
    564     ///\param m1 It is arbitrary \ref ReadMap "readable node map" of g1.
    565     ///\param m1 It is arbitrary \ref ReadMap "readable node map" of g2.
     564    ///\param m1 It is arbitrary \ref concepts::ReadMap "readable node map"
     565    ///of g1.
     566    ///\param m2 It is arbitrary \ref concepts::ReadMap "readable node map"
     567    ///of g2.
    566568    ///
    567569    ///The value type of these maps must be equal comparable.
     
    581583    ///The mapping type is set to \ref SUBGRAPH by default.
    582584    ///
    583     ///\sa See \ref for the possible values.
     585    ///\sa See \ref Vf2MappingType for the possible values.
    584586    Vf2Wizard<Base> &mappingType(Vf2MappingType m_type)
    585587    {
Note: See TracChangeset for help on using the changeset viewer.