diff --git a/lemon/graph_to_eps.h b/lemon/graph_to_eps.h --- a/lemon/graph_to_eps.h +++ b/lemon/graph_to_eps.h @@ -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 >