COIN-OR::LEMON - Graph Library

Changeset 1074:97d978243703 in lemon-main for lemon/hartmann_orlin_mmc.h


Ignore:
Timestamp:
08/05/13 14:03:29 (11 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Fix unresolved doc references (#459)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/hartmann_orlin_mmc.h

    r1053 r1074  
    144144    ///
    145145    /// The path type of the found cycles.
    146     /// Using the \ref HartmannOrlinMmcDefaultTraits "default traits class",
     146    /// Using the \ref lemon::HartmannOrlinMmcDefaultTraits
     147    /// "default traits class",
    147148    /// it is \ref lemon::Path "Path<Digraph>".
    148149    typedef typename TR::Path Path;
    149150
    150     /// The \ref HartmannOrlinMmcDefaultTraits "traits class" of the algorithm
     151    /// \brief The
     152    /// \ref lemon::HartmannOrlinMmcDefaultTraits "traits class"
     153    /// of the algorithm
    151154    typedef TR Traits;
    152155
Note: See TracChangeset for help on using the changeset viewer.