lemon/hartmann_orlin_mmc.h
changeset 1250 97d978243703
parent 1221 1c978b5bcc65
child 1254 c5cd8960df74
     1.1 --- a/lemon/hartmann_orlin_mmc.h	Tue Jul 30 15:54:46 2013 +0200
     1.2 +++ b/lemon/hartmann_orlin_mmc.h	Mon Aug 05 14:03:29 2013 +0200
     1.3 @@ -143,11 +143,14 @@
     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 HartmannOrlinMmcDefaultTraits "default traits class",
     1.8 +    /// Using the \ref lemon::HartmannOrlinMmcDefaultTraits
     1.9 +    /// "default traits class",
    1.10      /// it is \ref lemon::Path "Path<Digraph>".
    1.11      typedef typename TR::Path Path;
    1.12  
    1.13 -    /// The \ref HartmannOrlinMmcDefaultTraits "traits class" of the algorithm
    1.14 +    /// \brief The
    1.15 +    /// \ref lemon::HartmannOrlinMmcDefaultTraits "traits class"
    1.16 +    /// of the algorithm
    1.17      typedef TR Traits;
    1.18  
    1.19    private: