lemon/eps.h
changeset 2214 a886e48e0d91
parent 2207 75a29ac69c19
child 2350 eb371753e814
     1.1 --- a/lemon/eps.h	Fri Sep 08 15:51:32 2006 +0000
     1.2 +++ b/lemon/eps.h	Thu Sep 14 18:39:07 2006 +0000
     1.3 @@ -205,8 +205,8 @@
     1.4      ///\ref lineTo(), \ref moveTo() will not take place immediately, but istead
     1.5      ///they
     1.6      ///are collected. These operations form a \e path.
     1.7 -    ///Then you can \ref stroke(), \ref fill(), \ref eofill(), \ref clip() or
     1.8 -    ///\ref eoclip() it.
     1.9 +    ///Then you can \ref stroke(), \ref fill(), \ref eoFill(), \ref clip() or
    1.10 +    ///\ref eoClip() it.
    1.11      ///When drawing, you can also use \ref closePath() to - surprise - close the
    1.12      ///current path.
    1.13      ///
    1.14 @@ -222,26 +222,26 @@
    1.15      ///Stroke (draw) a path
    1.16  
    1.17      ///Stroke (draw) a path.
    1.18 -    ///\sa collect
    1.19 +    ///\sa collect()
    1.20      ///
    1.21      EpsDrawer &stroke();
    1.22      ///Fill a path
    1.23  
    1.24      ///Fill a path.
    1.25 -    ///\sa collect
    1.26 +    ///\sa collect()
    1.27      ///
    1.28      EpsDrawer &fill();
    1.29      ///Even-odd fill a path
    1.30  
    1.31      ///Even-odd fill a path.
    1.32 -    ///\sa collect
    1.33 +    ///\sa collect()
    1.34      ///
    1.35      EpsDrawer &eoFill();
    1.36      ///Set a clipping area.
    1.37  
    1.38      ///This function sets a clipping area. After that, the drawing operations
    1.39      ///will affect only this area.
    1.40 -    ///\sa collect
    1.41 +    ///\sa collect()
    1.42      ///
    1.43      EpsDrawer &clip();
    1.44      ///Set a clipping area using even-odd rule.
    1.45 @@ -249,7 +249,7 @@
    1.46      ///This function sets a clipping area using even-odd rule.
    1.47      ///After that, the drawing operations
    1.48      ///will affect only this area.
    1.49 -    ///\sa collect
    1.50 +    ///\sa collect()
    1.51      ///
    1.52      EpsDrawer &eoClip();
    1.53