COIN-OR::LEMON - Graph Library

Changeset 1250:97d978243703 in lemon for lemon/howard_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/howard_mmc.h

    r1221 r1250  
    143143    ///
    144144    /// The path type of the found cycles.
    145     /// Using the \ref HowardMmcDefaultTraits "default traits class",
     145    /// Using the \ref lemon::HowardMmcDefaultTraits "default traits class",
    146146    /// it is \ref lemon::Path "Path<Digraph>".
    147147    typedef typename TR::Path Path;
    148148
    149     /// The \ref HowardMmcDefaultTraits "traits class" of the algorithm
     149    /// The \ref lemon::HowardMmcDefaultTraits "traits class" of the algorithm
    150150    typedef TR Traits;
    151151
Note: See TracChangeset for help on using the changeset viewer.