diff -r f40343b498ef -r 4b25e7003868 lemon/graph_to_eps.h --- a/lemon/graph_to_eps.h Thu Aug 10 10:11:07 2006 +0000 +++ b/lemon/graph_to_eps.h Thu Aug 10 10:18:04 2006 +0000 @@ -426,7 +426,7 @@ ///Sets the map of the node colors ///\param x must be a node map with \ref Color values. /// - ///\sa ColorSet + ///\sa Palette template GraphToEps > nodeColors(const X &x) { @@ -442,7 +442,7 @@ ///Sets the map of the node text colors ///\param x must be a node map with \ref Color values. /// - ///\sa ColorSet + ///\sa Palette template GraphToEps > nodeTextColors(const X &x) { @@ -460,7 +460,7 @@ ///Sets the map of the edge colors ///\param x must be a edge map with \ref Color values. /// - ///\sa ColorSet + ///\sa Palette template GraphToEps > edgeColors(const X &x) {