lemon/eps.h
changeset 2350 eb371753e814
parent 2214 a886e48e0d91
child 2391 14a343be7a5a
     1.1 --- a/lemon/eps.h	Mon Jan 22 12:13:57 2007 +0000
     1.2 +++ b/lemon/eps.h	Tue Jan 23 12:51:39 2007 +0000
     1.3 @@ -283,6 +283,7 @@
     1.4      ///\param t The shape of the drawn object
     1.5      ///\param x The \c x coordinate of the node
     1.6      ///\param y The \c y coordinate of the node
     1.7 +    ///\param r The size (radius) of the node
     1.8      ///\param col Color of the node. The default color is white
     1.9      ///\param brd Color of the node border. The default color is black
    1.10      EpsDrawer &node(NodeShapes t, double x, double y, double r,
    1.11 @@ -293,6 +294,7 @@
    1.12      ///
    1.13      ///\param t The shape of the drawn object
    1.14      ///\param pos Position of the node
    1.15 +    ///\param r The size (radius) of the node
    1.16      ///\param col Color of the node. The default color is white
    1.17      ///\param brd Color of the node border. The default color is black
    1.18      template<class T>