COIN-OR::LEMON - Graph Library

Changeset 252:66644b9cd9eb in lemon-1.2 for lemon/dfs.h


Ignore:
Timestamp:
08/30/08 22:29:08 (16 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Doc improvement for visitor classes (ticket #134)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/dfs.h

    r247 r252  
    12101210  /// the member functions of the \c Visitor class on every DFS event.
    12111211  ///
     1212  /// This interface of the DFS algorithm should be used in special cases
     1213  /// when extra actions have to be performed in connection with certain
     1214  /// events of the DFS algorithm. Otherwise consider to use Dfs or dfs()
     1215  /// instead.
     1216  ///
    12121217  /// \tparam _Digraph The type of the digraph the algorithm runs on.
    12131218  /// The default value is
Note: See TracChangeset for help on using the changeset viewer.