diff -r c945f577a66d -r eb371753e814 lemon/eps.h --- a/lemon/eps.h Mon Jan 22 12:13:57 2007 +0000 +++ b/lemon/eps.h Tue Jan 23 12:51:39 2007 +0000 @@ -283,6 +283,7 @@ ///\param t The shape of the drawn object ///\param x The \c x coordinate of the node ///\param y The \c y coordinate of the node + ///\param r The size (radius) of the node ///\param col Color of the node. The default color is white ///\param brd Color of the node border. The default color is black EpsDrawer &node(NodeShapes t, double x, double y, double r, @@ -293,6 +294,7 @@ /// ///\param t The shape of the drawn object ///\param pos Position of the node + ///\param r The size (radius) of the node ///\param col Color of the node. The default color is white ///\param brd Color of the node border. The default color is black template