@@ -654,7 +654,6 @@ class CORE_EXPORT QgsImageFillSymbolLayer: public QgsFillSymbolLayer
654
654
* Sets the stroke width map unit \a scale.
655
655
*
656
656
* \see strokeWidthMapUnitScale()
657
- * \see setStrokeWidth()
658
657
* \see setStrokeWidthUnit()
659
658
*/
660
659
void setStrokeWidthMapUnitScale ( const QgsMapUnitScale &scale ) { mStrokeWidthMapUnitScale = scale; }
@@ -663,7 +662,6 @@ class CORE_EXPORT QgsImageFillSymbolLayer: public QgsFillSymbolLayer
663
662
* Returns the stroke width map unit scale.
664
663
*
665
664
* \see setStrokeWidthMapUnitScale()
666
- * \see strokeWidth()
667
665
* \see strokeWidthUnit()
668
666
*
669
667
* \since QGIS 2.16
@@ -999,7 +997,7 @@ class CORE_EXPORT QgsSVGFillSymbolLayer: public QgsImageFillSymbolLayer
999
997
*
1000
998
* \see patternWidth()
1001
999
* \see setPatternWidthUnit()
1002
- * \see setPatternWidthMapUnitScale(* )
1000
+ * \see setPatternWidthMapUnitScale()
1003
1001
*/
1004
1002
void setPatternWidth ( double width ) { mPatternWidth = width;}
1005
1003
@@ -1010,15 +1008,15 @@ class CORE_EXPORT QgsSVGFillSymbolLayer: public QgsImageFillSymbolLayer
1010
1008
*
1011
1009
* \see setPatternWidth()
1012
1010
* \see patternWidthUnit()
1013
- * \see patternWidthMapUnitScale(* )
1011
+ * \see patternWidthMapUnitScale()
1014
1012
*/
1015
1013
double patternWidth () const { return mPatternWidth ; }
1016
1014
1017
1015
/* *
1018
1016
* Sets the fill color used for rendering the SVG content.
1019
1017
*
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.
1022
1020
*
1023
1021
* \see svgFillColor()
1024
1022
* \see setSvgStrokeColor()
@@ -1028,7 +1026,7 @@ class CORE_EXPORT QgsSVGFillSymbolLayer: public QgsImageFillSymbolLayer
1028
1026
/* *
1029
1027
* Returns the fill color used for rendering the SVG content.
1030
1028
*
1031
- * Fill color is only supported for parameterized SVG files.
1029
+ * Fill color is only supported for parametrized SVG files.
1032
1030
*
1033
1031
* \see setSvgFillColor()
1034
1032
* \see svgStrokeColor()
@@ -1038,8 +1036,8 @@ class CORE_EXPORT QgsSVGFillSymbolLayer: public QgsImageFillSymbolLayer
1038
1036
/* *
1039
1037
* Sets the stroke color used for rendering the SVG content.
1040
1038
*
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.
1043
1041
*
1044
1042
* \see svgStrokeColor()
1045
1043
* \see setSvgFillColor()
@@ -1049,7 +1047,7 @@ class CORE_EXPORT QgsSVGFillSymbolLayer: public QgsImageFillSymbolLayer
1049
1047
/* *
1050
1048
* Returns the stroke color used for rendering the SVG content.
1051
1049
*
1052
- * Stroke color is only supported for parameterized SVG files.
1050
+ * Stroke color is only supported for parametrized SVG files.
1053
1051
*
1054
1052
* \see setSvgStrokeColor()
1055
1053
* \see svgFillColor()
@@ -1059,7 +1057,7 @@ class CORE_EXPORT QgsSVGFillSymbolLayer: public QgsImageFillSymbolLayer
1059
1057
/* *
1060
1058
* Sets the stroke width used for rendering the SVG content.
1061
1059
*
1062
- * Stroke width is only supported for parameterized SVG files. Units are
1060
+ * Stroke width is only supported for parametrized SVG files. Units are
1063
1061
* specified via setSvgStrokeWidthUnit()
1064
1062
*
1065
1063
* \see svgStrokeWidth()
@@ -1071,7 +1069,7 @@ class CORE_EXPORT QgsSVGFillSymbolLayer: public QgsImageFillSymbolLayer
1071
1069
/* *
1072
1070
* Returns the stroke width used for rendering the SVG content.
1073
1071
*
1074
- * Stroke width is only supported for parameterized SVG files. Units are
1072
+ * Stroke width is only supported for parametrized SVG files. Units are
1075
1073
* retrieved via setSvgStrokeWidthUnit()
1076
1074
*
1077
1075
* \see setSvgStrokeWidth()
0 commit comments