lemon/dfs.h
changeset 313 64f8f7cc6168
parent 301 9db8964f0cf6
child 319 5e12d7734036
     1.1 --- a/lemon/dfs.h	Wed Oct 08 17:05:01 2008 +0100
     1.2 +++ b/lemon/dfs.h	Thu Oct 09 10:09:44 2008 +0200
     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.