diff -r e30a0fdad0d7 -r 0ed45a6c74b1 lemon/dfs.h --- a/lemon/dfs.h Tue Feb 20 15:53:33 2007 +0000 +++ b/lemon/dfs.h Wed Feb 21 13:30:21 2007 +0000 @@ -19,7 +19,7 @@ #ifndef LEMON_DFS_H #define LEMON_DFS_H -///\ingroup flowalgs +///\ingroup search ///\file ///\brief Dfs algorithm. @@ -114,7 +114,7 @@ ///%DFS algorithm class. - ///\ingroup flowalgs + ///\ingroup search ///This class provides an efficient implementation of the %DFS algorithm. /// ///\param GR The graph type the algorithm runs on. The default value is @@ -1047,7 +1047,7 @@ ///Function type interface for Dfs algorithm. - /// \ingroup flowalgs + ///\ingroup search ///Function type interface for Dfs algorithm. /// ///This function also has several @@ -1174,7 +1174,7 @@ /// %DFS Visit algorithm class. - /// \ingroup flowalgs + /// \ingroup search /// This class provides an efficient implementation of the %DFS algorithm /// with visitor interface. ///