COIN-OR::LEMON - Graph Library

Changeset 2376:0ed45a6c74b1 in lemon-0.x for lemon/dfs.h


Ignore:
Timestamp:
02/21/07 14:30:21 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3195
Message:

Reorganization of the modules and groups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/dfs.h

    r2335 r2376  
    2020#define LEMON_DFS_H
    2121
    22 ///\ingroup flowalgs
     22///\ingroup search
    2323///\file
    2424///\brief Dfs algorithm.
     
    115115  ///%DFS algorithm class.
    116116 
    117   ///\ingroup flowalgs
     117  ///\ingroup search
    118118  ///This class provides an efficient implementation of the %DFS algorithm.
    119119  ///
     
    10481048  ///Function type interface for Dfs algorithm.
    10491049
    1050   /// \ingroup flowalgs
     1050  ///\ingroup search
    10511051  ///Function type interface for Dfs algorithm.
    10521052  ///
     
    11751175  /// %DFS Visit algorithm class.
    11761176 
    1177   /// \ingroup flowalgs
     1177  /// \ingroup search
    11781178  /// This class provides an efficient implementation of the %DFS algorithm
    11791179  /// with visitor interface.
Note: See TracChangeset for help on using the changeset viewer.