COIN-OR::LEMON - Graph Library

Changeset 157:2ccc1afc2c52 in lemon-1.0 for lemon/concepts


Ignore:
Timestamp:
05/24/08 23:20:49 (16 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Using \tparam commands + removing \author commands (ticket #29, #39)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concepts/path.h

    r96 r157  
    4141    /// A skeleton structure for representing directed paths in a
    4242    /// digraph. 
    43     /// \param _Digraph The digraph type in which the path is.
     43    /// \tparam _Digraph The digraph type in which the path is.
    4444    ///
    4545    /// In a sense, the path can be treated as a list of arcs. The
     
    206206    /// an adaptor class to the predecessor map.
    207207
    208     /// \param _Digraph  The digraph type in which the path is.
     208    /// \tparam _Digraph  The digraph type in which the path is.
    209209    ///
    210210    /// The paths can be constructed from any path type by a
Note: See TracChangeset for help on using the changeset viewer.