Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix doxymentation warnings
  • Loading branch information
jef-n committed Apr 20, 2015
1 parent f0daab9 commit e51d05e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/core/effects/qgspainteffect.h
Expand Up @@ -189,7 +189,7 @@ class CORE_EXPORT QgsPaintEffect

/** Returns the source QPicture rendered to a new QImage. The @link draw @endlink member can
* utilise this when drawing the effect. The image will be padded or cropped from the original
* source QPicture by the results of the @link boundingRectFor @endlink member.
* source QPicture by the results of the @link boundingRect @endlink method.
* The result is cached to speed up subsequent calls to sourceAsImage.
* @returns source QPicture rendered to an image
* @see drawSource
Expand Down
5 changes: 2 additions & 3 deletions src/core/effects/qgstransformeffect.h
Expand Up @@ -136,10 +136,9 @@ class CORE_EXPORT QgsTransformEffect : public QgsPaintEffect
*/
double scaleX() const { return mScaleX; }

/** Sets the x axis scaling factor.
* @param scaleX factor to scale x axis by, where 1.0 = no scaling
/** Sets the y axis scaling factor.
* @param scaleY factor to scale y axis by, where 1.0 = no scaling
* @see scaleX
* @see setScaleY
*/
void setScaleY( const double scaleY ) { mScaleY = scaleY; }

Expand Down

0 comments on commit e51d05e

Please sign in to comment.