lemon/howard_mmc.h
changeset 1074 97d978243703
parent 1053 1c978b5bcc65
child 1092 dceba191c00d
     1.1 --- a/lemon/howard_mmc.h	Tue Jul 30 15:54:46 2013 +0200
     1.2 +++ b/lemon/howard_mmc.h	Mon Aug 05 14:03:29 2013 +0200
     1.3 @@ -142,11 +142,11 @@
     1.4      /// \brief The path type of the found cycles
     1.5      ///
     1.6      /// The path type of the found cycles.
     1.7 -    /// Using the \ref HowardMmcDefaultTraits "default traits class",
     1.8 +    /// Using the \ref lemon::HowardMmcDefaultTraits "default traits class",
     1.9      /// it is \ref lemon::Path "Path<Digraph>".
    1.10      typedef typename TR::Path Path;
    1.11  
    1.12 -    /// The \ref HowardMmcDefaultTraits "traits class" of the algorithm
    1.13 +    /// The \ref lemon::HowardMmcDefaultTraits "traits class" of the algorithm
    1.14      typedef TR Traits;
    1.15  
    1.16      /// \brief Constants for the causes of search termination.