Skip to content

Commit 3b1127e

Browse files
committed
spellechck do warning if htmls tags in methoid description => fail travis
1 parent eeaccb7 commit 3b1127e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

python/core/auto_generated/raster/qgscontrastenhancement.sip.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ By default it will be generated.
131131
Write ContrastEnhancement tags following SLD v1.0 specs
132132
SLD1.0 is limited to the parameters listed in:
133133
https://docs.geoserver.org/stable/en/user/styling/sld/reference/rastersymbolizer.html#contrastenhancement
134-
Btw only <Normalize> + vendor options are supported because there is no clear mapping
135-
of ContrastEnhancement parameters to support <Histogram> or <GammaValue>
134+
Btw only sld:Normalize + vendor options are supported because there is no clear mapping
135+
of ContrastEnhancement parameters to support sld:Histogram or sld:GammaValue
136136

137137
.. versionadded:: 3.6
138138
%End

src/core/raster/qgscontrastenhancement.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ class CORE_EXPORT QgsContrastEnhancement
163163
* Write ContrastEnhancement tags following SLD v1.0 specs
164164
* SLD1.0 is limited to the parameters listed in:
165165
* https://docs.geoserver.org/stable/en/user/styling/sld/reference/rastersymbolizer.html#contrastenhancement
166-
* Btw only <Normalize> + vendor options are supported because there is no clear mapping
167-
* of ContrastEnhancement parameters to support <Histogram> or <GammaValue>
166+
* Btw only sld:Normalize + vendor options are supported because there is no clear mapping
167+
* of ContrastEnhancement parameters to support sld:Histogram or sld:GammaValue
168168
* \since QGIS 3.6 */
169169
void toSld( QDomDocument &doc, QDomElement &element ) const;
170170

0 commit comments

Comments
 (0)