diff -r 73c892335e74 -r 97d978243703 lemon/hartmann_orlin_mmc.h --- a/lemon/hartmann_orlin_mmc.h Tue Jul 30 15:54:46 2013 +0200 +++ b/lemon/hartmann_orlin_mmc.h Mon Aug 05 14:03:29 2013 +0200 @@ -143,11 +143,14 @@ /// \brief The path type of the found cycles /// /// The path type of the found cycles. - /// Using the \ref HartmannOrlinMmcDefaultTraits "default traits class", + /// Using the \ref lemon::HartmannOrlinMmcDefaultTraits + /// "default traits class", /// it is \ref lemon::Path "Path". typedef typename TR::Path Path; - /// The \ref HartmannOrlinMmcDefaultTraits "traits class" of the algorithm + /// \brief The + /// \ref lemon::HartmannOrlinMmcDefaultTraits "traits class" + /// of the algorithm typedef TR Traits; private: