changeset 315 | c175e387da19 |
parent 301 | 9db8964f0cf6 |
child 319 | 5e12d7734036 |
1.1 --- a/lemon/dfs.h Thu Oct 09 13:40:40 2008 +0100 1.2 +++ b/lemon/dfs.h Thu Oct 09 13:54:50 2008 +0100 1.3 @@ -835,7 +835,7 @@ 1.4 typedef lemon::Path<Digraph> Path; 1.5 }; 1.6 1.7 - /// Default traits class used by \ref DfsWizard 1.8 + /// Default traits class used by DfsWizard 1.9 1.10 /// To make it easier to use Dfs algorithm 1.11 /// we have created a wizard class.