lemon/bfs.h
changeset 1074 97d978243703
parent 976 426a704d7483
child 1092 dceba191c00d
     1.1 --- a/lemon/bfs.h	Tue Jul 30 15:54:46 2013 +0200
     1.2 +++ b/lemon/bfs.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 BfsDefaultTraits "traits class" of the algorithm.
     1.8 +    ///The \ref lemon::BfsDefaultTraits "traits class" of the algorithm.
     1.9      typedef TR Traits;
    1.10  
    1.11    private: