lemon/graph_to_eps.h
changeset 157 2ccc1afc2c52
parent 143 c3b45bb643b0
child 184 716b220697a0
     1.1 --- a/lemon/graph_to_eps.h	Sat May 17 06:30:02 2008 +0100
     1.2 +++ b/lemon/graph_to_eps.h	Sat May 24 23:20:49 2008 +0200
     1.3 @@ -416,7 +416,7 @@
     1.4    ///Sets the map of the arc widths
     1.5  
     1.6    ///Sets the map of the arc widths
     1.7 -  ///\param x must be a arc map with \c double (or convertible) values. 
     1.8 +  ///\param x must be an arc map with \c double (or convertible) values. 
     1.9    template<class X> GraphToEps<ArcWidthsTraits<X> > arcWidths(const X &x)
    1.10    {
    1.11      dontPrint=true;
    1.12 @@ -464,7 +464,7 @@
    1.13    ///Sets the map of the arc colors
    1.14  
    1.15    ///Sets the map of the arc colors
    1.16 -  ///\param x must be a arc map with \ref Color values. 
    1.17 +  ///\param x must be an arc map with \ref Color values. 
    1.18    ///
    1.19    ///\sa Palette
    1.20    template<class X> GraphToEps<ArcColorsTraits<X> >