diff -r a4d499904482 -r c175e387da19 lemon/dfs.h --- a/lemon/dfs.h Thu Oct 09 13:40:40 2008 +0100 +++ b/lemon/dfs.h Thu Oct 09 13:54:50 2008 +0100 @@ -835,7 +835,7 @@ typedef lemon::Path Path; }; - /// Default traits class used by \ref DfsWizard + /// Default traits class used by DfsWizard /// To make it easier to use Dfs algorithm /// we have created a wizard class.