COIN-OR::LEMON - Graph Library

Changeset 157:2ccc1afc2c52 in lemon-main for lemon/path.h


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/path.h

    r144 r157  
    4141  ///
    4242  /// A structure for representing directed path in a 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
     
    229229  ///
    230230  /// A structure for representing directed path in a digraph.
    231   /// \param Digraph The digraph type in which the path is.
     231  /// \tparam _Digraph The digraph type in which the path is.
    232232  ///
    233233  /// In a sense, the path can be treated as a list of arcs. The
     
    393393  ///
    394394  /// A structure for representing directed path in a digraph.
    395   /// \param Digraph The digraph type in which the path is.
     395  /// \tparam _Digraph The digraph type in which the path is.
    396396  ///
    397397  /// In a sense, the path can be treated as a list of arcs. The
     
    733733  ///
    734734  /// A structure for representing directed path in a digraph.
    735   /// \param Digraph The digraph type in which the path is.
     735  /// \tparam _Digraph The digraph type in which the path is.
    736736  ///
    737737  /// In a sense, the path can be treated as a list of arcs. The
Note: See TracChangeset for help on using the changeset viewer.