COIN-OR::LEMON - Graph Library

Changeset 2214:a886e48e0d91 in lemon-0.x for lemon/eps.h


Ignore:
Timestamp:
09/14/06 20:39:07 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2944
Message:

Doc improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/eps.h

    r2207 r2214  
    206206    ///they
    207207    ///are collected. These operations form a \e path.
    208     ///Then you can \ref stroke(), \ref fill(), \ref eofill(), \ref clip() or
    209     ///\ref eoclip() it.
     208    ///Then you can \ref stroke(), \ref fill(), \ref eoFill(), \ref clip() or
     209    ///\ref eoClip() it.
    210210    ///When drawing, you can also use \ref closePath() to - surprise - close the
    211211    ///current path.
     
    223223
    224224    ///Stroke (draw) a path.
    225     ///\sa collect
     225    ///\sa collect()
    226226    ///
    227227    EpsDrawer &stroke();
     
    229229
    230230    ///Fill a path.
    231     ///\sa collect
     231    ///\sa collect()
    232232    ///
    233233    EpsDrawer &fill();
     
    235235
    236236    ///Even-odd fill a path.
    237     ///\sa collect
     237    ///\sa collect()
    238238    ///
    239239    EpsDrawer &eoFill();
     
    242242    ///This function sets a clipping area. After that, the drawing operations
    243243    ///will affect only this area.
    244     ///\sa collect
     244    ///\sa collect()
    245245    ///
    246246    EpsDrawer &clip();
     
    250250    ///After that, the drawing operations
    251251    ///will affect only this area.
    252     ///\sa collect
     252    ///\sa collect()
    253253    ///
    254254    EpsDrawer &eoClip();
Note: See TracChangeset for help on using the changeset viewer.