diff -r e561aa7675de -r 2ccc1afc2c52 lemon/graph_to_eps.h --- a/lemon/graph_to_eps.h Sat May 17 06:30:02 2008 +0100 +++ b/lemon/graph_to_eps.h Sat May 24 23:20:49 2008 +0200 @@ -416,7 +416,7 @@ ///Sets the map of the arc widths ///Sets the map of the arc widths - ///\param x must be a arc map with \c double (or convertible) values. + ///\param x must be an arc map with \c double (or convertible) values. template GraphToEps > arcWidths(const X &x) { dontPrint=true; @@ -464,7 +464,7 @@ ///Sets the map of the arc colors ///Sets the map of the arc colors - ///\param x must be a arc map with \ref Color values. + ///\param x must be an arc map with \ref Color values. /// ///\sa Palette template GraphToEps >