lemon/dfs.h
changeset 2376 0ed45a6c74b1
parent 2335 27aa03cd3121
child 2386 81b47fc5c444
     1.1 --- a/lemon/dfs.h	Tue Feb 20 15:53:33 2007 +0000
     1.2 +++ b/lemon/dfs.h	Wed Feb 21 13:30:21 2007 +0000
     1.3 @@ -19,7 +19,7 @@
     1.4  #ifndef LEMON_DFS_H
     1.5  #define LEMON_DFS_H
     1.6  
     1.7 -///\ingroup flowalgs
     1.8 +///\ingroup search
     1.9  ///\file
    1.10  ///\brief Dfs algorithm.
    1.11  
    1.12 @@ -114,7 +114,7 @@
    1.13    
    1.14    ///%DFS algorithm class.
    1.15    
    1.16 -  ///\ingroup flowalgs
    1.17 +  ///\ingroup search
    1.18    ///This class provides an efficient implementation of the %DFS algorithm.
    1.19    ///
    1.20    ///\param GR The graph type the algorithm runs on. The default value is
    1.21 @@ -1047,7 +1047,7 @@
    1.22    
    1.23    ///Function type interface for Dfs algorithm.
    1.24  
    1.25 -  /// \ingroup flowalgs
    1.26 +  ///\ingroup search
    1.27    ///Function type interface for Dfs algorithm.
    1.28    ///
    1.29    ///This function also has several
    1.30 @@ -1174,7 +1174,7 @@
    1.31    
    1.32    /// %DFS Visit algorithm class.
    1.33    
    1.34 -  /// \ingroup flowalgs
    1.35 +  /// \ingroup search
    1.36    /// This class provides an efficient implementation of the %DFS algorithm
    1.37    /// with visitor interface.
    1.38    ///