diff -r 2c094dfa176d -r a886e48e0d91 lemon/eps.h --- a/lemon/eps.h Fri Sep 08 15:51:32 2006 +0000 +++ b/lemon/eps.h Thu Sep 14 18:39:07 2006 +0000 @@ -205,8 +205,8 @@ ///\ref lineTo(), \ref moveTo() will not take place immediately, but istead ///they ///are collected. These operations form a \e path. - ///Then you can \ref stroke(), \ref fill(), \ref eofill(), \ref clip() or - ///\ref eoclip() it. + ///Then you can \ref stroke(), \ref fill(), \ref eoFill(), \ref clip() or + ///\ref eoClip() it. ///When drawing, you can also use \ref closePath() to - surprise - close the ///current path. /// @@ -222,26 +222,26 @@ ///Stroke (draw) a path ///Stroke (draw) a path. - ///\sa collect + ///\sa collect() /// EpsDrawer &stroke(); ///Fill a path ///Fill a path. - ///\sa collect + ///\sa collect() /// EpsDrawer &fill(); ///Even-odd fill a path ///Even-odd fill a path. - ///\sa collect + ///\sa collect() /// EpsDrawer &eoFill(); ///Set a clipping area. ///This function sets a clipping area. After that, the drawing operations ///will affect only this area. - ///\sa collect + ///\sa collect() /// EpsDrawer &clip(); ///Set a clipping area using even-odd rule. @@ -249,7 +249,7 @@ ///This function sets a clipping area using even-odd rule. ///After that, the drawing operations ///will affect only this area. - ///\sa collect + ///\sa collect() /// EpsDrawer &eoClip();