@@ -654,7 +654,6 @@ class CORE_EXPORT QgsImageFillSymbolLayer: public QgsFillSymbolLayer
654654 * Sets the stroke width map unit \a scale.
655655 *
656656 * \see strokeWidthMapUnitScale()
657- * \see setStrokeWidth()
658657 * \see setStrokeWidthUnit()
659658 */
660659 void setStrokeWidthMapUnitScale ( const QgsMapUnitScale &scale ) { mStrokeWidthMapUnitScale = scale; }
@@ -663,7 +662,6 @@ class CORE_EXPORT QgsImageFillSymbolLayer: public QgsFillSymbolLayer
663662 * Returns the stroke width map unit scale.
664663 *
665664 * \see setStrokeWidthMapUnitScale()
666- * \see strokeWidth()
667665 * \see strokeWidthUnit()
668666 *
669667 * \since QGIS 2.16
@@ -999,7 +997,7 @@ class CORE_EXPORT QgsSVGFillSymbolLayer: public QgsImageFillSymbolLayer
999997 *
1000998 * \see patternWidth()
1001999 * \see setPatternWidthUnit()
1002- * \see setPatternWidthMapUnitScale(* )
1000+ * \see setPatternWidthMapUnitScale()
10031001 */
10041002 void setPatternWidth ( double width ) { mPatternWidth = width;}
10051003
@@ -1010,15 +1008,15 @@ class CORE_EXPORT QgsSVGFillSymbolLayer: public QgsImageFillSymbolLayer
10101008 *
10111009 * \see setPatternWidth()
10121010 * \see patternWidthUnit()
1013- * \see patternWidthMapUnitScale(* )
1011+ * \see patternWidthMapUnitScale()
10141012 */
10151013 double patternWidth () const { return mPatternWidth ; }
10161014
10171015 /* *
10181016 * Sets the fill color used for rendering the SVG content.
10191017 *
1020- * Fill color is only supported for parameterized SVG files. Color opacity is
1021- * ignored if the SVG file does not support parameterized fill opacity.
1018+ * Fill color is only supported for parametrized SVG files. Color opacity is
1019+ * ignored if the SVG file does not support parametrized fill opacity.
10221020 *
10231021 * \see svgFillColor()
10241022 * \see setSvgStrokeColor()
@@ -1028,7 +1026,7 @@ class CORE_EXPORT QgsSVGFillSymbolLayer: public QgsImageFillSymbolLayer
10281026 /* *
10291027 * Returns the fill color used for rendering the SVG content.
10301028 *
1031- * Fill color is only supported for parameterized SVG files.
1029+ * Fill color is only supported for parametrized SVG files.
10321030 *
10331031 * \see setSvgFillColor()
10341032 * \see svgStrokeColor()
@@ -1038,8 +1036,8 @@ class CORE_EXPORT QgsSVGFillSymbolLayer: public QgsImageFillSymbolLayer
10381036 /* *
10391037 * Sets the stroke color used for rendering the SVG content.
10401038 *
1041- * Stroke color is only supported for parameterized SVG files. Color opacity is
1042- * ignored if the SVG file does not support parameterized outline opacity.
1039+ * Stroke color is only supported for parametrized SVG files. Color opacity is
1040+ * ignored if the SVG file does not support parametrized outline opacity.
10431041 *
10441042 * \see svgStrokeColor()
10451043 * \see setSvgFillColor()
@@ -1049,7 +1047,7 @@ class CORE_EXPORT QgsSVGFillSymbolLayer: public QgsImageFillSymbolLayer
10491047 /* *
10501048 * Returns the stroke color used for rendering the SVG content.
10511049 *
1052- * Stroke color is only supported for parameterized SVG files.
1050+ * Stroke color is only supported for parametrized SVG files.
10531051 *
10541052 * \see setSvgStrokeColor()
10551053 * \see svgFillColor()
@@ -1059,7 +1057,7 @@ class CORE_EXPORT QgsSVGFillSymbolLayer: public QgsImageFillSymbolLayer
10591057 /* *
10601058 * Sets the stroke width used for rendering the SVG content.
10611059 *
1062- * Stroke width is only supported for parameterized SVG files. Units are
1060+ * Stroke width is only supported for parametrized SVG files. Units are
10631061 * specified via setSvgStrokeWidthUnit()
10641062 *
10651063 * \see svgStrokeWidth()
@@ -1071,7 +1069,7 @@ class CORE_EXPORT QgsSVGFillSymbolLayer: public QgsImageFillSymbolLayer
10711069 /* *
10721070 * Returns the stroke width used for rendering the SVG content.
10731071 *
1074- * Stroke width is only supported for parameterized SVG files. Units are
1072+ * Stroke width is only supported for parametrized SVG files. Units are
10751073 * retrieved via setSvgStrokeWidthUnit()
10761074 *
10771075 * \see setSvgStrokeWidth()
0 commit comments