diff -r 73c892335e74 -r 97d978243703 lemon/preflow.h --- a/lemon/preflow.h Tue Jul 30 15:54:46 2013 +0200 +++ b/lemon/preflow.h Mon Aug 05 14:03:29 2013 +0200 @@ -134,7 +134,7 @@ class Preflow { public: - ///The \ref PreflowDefaultTraits "traits class" of the algorithm. + ///The \ref lemon::PreflowDefaultTraits "traits class" of the algorithm. typedef TR Traits; ///The type of the digraph the algorithm runs on. typedef typename Traits::Digraph Digraph;