lemon/preflow.h
changeset 1250 97d978243703
parent 1221 1c978b5bcc65
child 1254 c5cd8960df74
     1.1 --- a/lemon/preflow.h	Tue Jul 30 15:54:46 2013 +0200
     1.2 +++ b/lemon/preflow.h	Mon Aug 05 14:03:29 2013 +0200
     1.3 @@ -134,7 +134,7 @@
     1.4    class Preflow {
     1.5    public:
     1.6  
     1.7 -    ///The \ref PreflowDefaultTraits "traits class" of the algorithm.
     1.8 +    ///The \ref lemon::PreflowDefaultTraits "traits class" of the algorithm.
     1.9      typedef TR Traits;
    1.10      ///The type of the digraph the algorithm runs on.
    1.11      typedef typename Traits::Digraph Digraph;