lemon/graph_to_eps.h
changeset 2172 4b25e7003868
parent 2084 59769591eb60
child 2174 f9e43b5cc617
     1.1 --- a/lemon/graph_to_eps.h	Thu Aug 10 10:11:07 2006 +0000
     1.2 +++ b/lemon/graph_to_eps.h	Thu Aug 10 10:18:04 2006 +0000
     1.3 @@ -426,7 +426,7 @@
     1.4    ///Sets the map of the node colors
     1.5    ///\param x must be a node map with \ref Color values.
     1.6    ///
     1.7 -  ///\sa ColorSet
     1.8 +  ///\sa Palette
     1.9    template<class X> GraphToEps<NodeColorsTraits<X> >
    1.10    nodeColors(const X &x)
    1.11    {
    1.12 @@ -442,7 +442,7 @@
    1.13    ///Sets the map of the node text colors
    1.14    ///\param x must be a node map with \ref Color values. 
    1.15    ///
    1.16 -  ///\sa ColorSet
    1.17 +  ///\sa Palette
    1.18    template<class X> GraphToEps<NodeTextColorsTraits<X> >
    1.19    nodeTextColors(const X &x)
    1.20    {
    1.21 @@ -460,7 +460,7 @@
    1.22    ///Sets the map of the edge colors
    1.23    ///\param x must be a edge map with \ref Color values. 
    1.24    ///
    1.25 -  ///\sa ColorSet
    1.26 +  ///\sa Palette
    1.27    template<class X> GraphToEps<EdgeColorsTraits<X> >
    1.28    edgeColors(const X &x)
    1.29    {