COIN-OR::LEMON - Graph Library

Changeset 786:e20173729589 in lemon-main for lemon/bfs.h


Ignore:
Timestamp:
11/13/09 18:10:06 (14 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Small doc fixes in several files (#331)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bfs.h

    r717 r786  
    6464    ///The type of the map that indicates which nodes are processed.
    6565    ///It must conform to the \ref concepts::WriteMap "WriteMap" concept.
    66     ///By default it is a NullMap.
     66    ///By default, it is a NullMap.
    6767    typedef NullMap<typename Digraph::Node,bool> ProcessedMap;
    6868    ///Instantiates a \c ProcessedMap.
     
    853853    ///The type of the map that indicates which nodes are processed.
    854854    ///It must conform to the \ref concepts::WriteMap "WriteMap" concept.
    855     ///By default it is a NullMap.
     855    ///By default, it is a NullMap.
    856856    typedef NullMap<typename Digraph::Node,bool> ProcessedMap;
    857857    ///Instantiates a ProcessedMap.
Note: See TracChangeset for help on using the changeset viewer.