COIN-OR::LEMON - Graph Library

Changeset 157:2ccc1afc2c52 in lemon-1.0 for lemon/graph_to_eps.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/graph_to_eps.h

    r143 r157  
    417417
    418418  ///Sets the map of the arc widths
    419   ///\param x must be a arc map with \c double (or convertible) values.
     419  ///\param x must be an arc map with \c double (or convertible) values.
    420420  template<class X> GraphToEps<ArcWidthsTraits<X> > arcWidths(const X &x)
    421421  {
     
    465465
    466466  ///Sets the map of the arc colors
    467   ///\param x must be a arc map with \ref Color values.
     467  ///\param x must be an arc map with \ref Color values.
    468468  ///
    469469  ///\sa Palette
Note: See TracChangeset for help on using the changeset viewer.