diff -r e57e10a8ea1b -r 64f8f7cc6168 lemon/dfs.h --- a/lemon/dfs.h Wed Oct 08 17:05:01 2008 +0100 +++ b/lemon/dfs.h Thu Oct 09 10:09:44 2008 +0200 @@ -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.