lemon/dfs.h
changeset 1074 97d978243703
parent 1000 404b98971e1f
child 1092 dceba191c00d
     1.1 --- a/lemon/dfs.h	Tue Jul 30 15:54:46 2013 +0200
     1.2 +++ b/lemon/dfs.h	Mon Aug 05 14:03:29 2013 +0200
     1.3 @@ -152,7 +152,7 @@
     1.4      ///The type of the paths.
     1.5      typedef PredMapPath<Digraph, PredMap> Path;
     1.6  
     1.7 -    ///The \ref DfsDefaultTraits "traits class" of the algorithm.
     1.8 +    ///The \ref lemon::DfsDefaultTraits "traits class" of the algorithm.
     1.9      typedef TR Traits;
    1.10  
    1.11    private: