Changeset 420

Show
Ignore:
Timestamp:
07/29/08 12:19:56 (4 months ago)
Author:
mbensi
Message:

fix documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BAL/WKAL/Skeletons/Graphics/GraphicsContext.t

    r419 r420  
    442442 
    443443 
     444 
     445    /** 
     446     *  clip description 
     447     * @param[in] : description 
     448     * @param[out] : description 
     449     * @code 
     450     * @endcode 
     451     */ 
     452        void clip(const FloatRect&); 
     453 
    444454    /** 
    445455     *  addRoundedRectClip description 
     
    449459     * @endcode 
    450460     */ 
     461 
    451462        void addRoundedRectClip(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight); 
    452463 
    453464    /** 
    454      * clip description 
     465     * addInnerRoundedRectClip description 
    455466     * @param[in] : description 
    456467     * @param[out] : description 
     
    458469     * @endcode 
    459470     */ 
    460         void clip(const FloatRect&); 
    461      * @endcode 
    462      */ 
     471 
    463472        void addInnerRoundedRectClip(const IntRect&, int thickness); 
    464473