lemon/karp_mmc.h
changeset 1074 97d978243703
parent 1053 1c978b5bcc65
child 1080 c5cd8960df74
     1.1 --- a/lemon/karp_mmc.h	Tue Jul 30 15:54:46 2013 +0200
     1.2 +++ b/lemon/karp_mmc.h	Mon Aug 05 14:03:29 2013 +0200
     1.3 @@ -140,11 +140,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 KarpMmcDefaultTraits "default traits class",
     1.8 +    /// Using the \ref lemon::KarpMmcDefaultTraits "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 KarpMmcDefaultTraits "traits class" of the algorithm
    1.13 +    /// The \ref lemon::KarpMmcDefaultTraits "traits class" of the algorithm
    1.14      typedef TR Traits;
    1.15  
    1.16    private: