Skip to content

Commit 07ab092

Browse files
committed
Some doc fixes
1 parent c642069 commit 07ab092

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

python/analysis/auto_generated/vector/geometry_checker/qgsgeometrycheckerror.sip.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The location of the error in map units.
9898
QVariant value() const;
9999
%Docstring
100100
An additional value for the error.
101-
Lenghts and areas are provided in map units.
101+
Lengths and areas are provided in map units.
102102

103103
.. seealso:: :py:func:`valueType`
104104
%End
@@ -176,7 +176,7 @@ Will be used to update existing errors whenever they are re-checked.
176176
Create a new geometry check error with the parent ``check`` and for the
177177
layer with ``layerId`` and ``featureId``.
178178
The ``geometry`` of the error and the ``errorLocation`` need to be
179-
specified in map coordiantes.
179+
specified in map coordinates.
180180
Optionally the vertex can be specified via ``vixd`` and a ``value`` with
181181
its ``value`` Type for additional information.
182182
%End

src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class ANALYSIS_EXPORT QgsGeometryCheckError
112112

113113
/**
114114
* An additional value for the error.
115-
* Lenghts and areas are provided in map units.
115+
* Lengths and areas are provided in map units.
116116
* \see valueType()
117117
*/
118118
QVariant value() const { return mValue; }
@@ -185,7 +185,7 @@ class ANALYSIS_EXPORT QgsGeometryCheckError
185185
* Create a new geometry check error with the parent \a check and for the
186186
* layer with \a layerId and \a featureId.
187187
* The \a geometry of the error and the \a errorLocation need to be
188-
* specified in map coordiantes.
188+
* specified in map coordinates.
189189
* Optionally the vertex can be specified via \a vixd and a \a value with
190190
* its \a value Type for additional information.
191191
*/

tests/code_layout/acceptable_missing_doc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@
477477
"QgsGeometryLineLayerIntersectionCheck": ["factoryDescription()", "factoryId()", "factoryCompatibleGeometryTypes()", "factoryIsCompatible(QgsVectorLayer *layer)", "ResolutionMethod", "factoryCheckType()", "QgsGeometryLineLayerIntersectionCheck(QgsGeometryCheckContext *context, const QVariantMap &configuration)"],
478478
"QgsGeometrySegmentLengthCheck": ["factoryDescription()", "factoryId()", "factoryCompatibleGeometryTypes()", "factoryIsCompatible(QgsVectorLayer *layer)", "ResolutionMethod", "factoryCheckType()", "QgsGeometrySegmentLengthCheck(QgsGeometryCheckContext *context, const QVariantMap &configuration)"],
479479
"QgsGeometryTypeCheckError": ["QgsGeometryTypeCheckError(const QgsSingleGeometryCheck *check, const QgsGeometry &geometry, const QgsGeometry &errorLocation, QgsWkbTypes::Type flatType)"],
480-
"QgsGeometryAngleCheck": ["factoryDescription()", "factoryId()", "factoryCompatibleGeometryTypes()", "factoryIsCompatible(QgsVectorLayer *layer)", "ResolutionMethod", "factoryCheckType()", "QgsGeometryAngleCheck(QgsGeometryCheckContext *context, const QVariantMap &configuration)"]
480+
"QgsGeometryAngleCheck": ["factoryDescription()", "factoryId()", "factoryCompatibleGeometryTypes()", "factoryIsCompatible(QgsVectorLayer *layer)", "ResolutionMethod", "factoryCheckType()", "QgsGeometryAngleCheck(QgsGeometryCheckContext *context, const QVariantMap &configuration)"],
481481
"QgsGeometrySliverPolygonCheck": ["factoryDescription()", "factoryId()", "QgsGeometrySliverPolygonCheck(QgsGeometryCheckContext *context, const QVariantMap &configuration)"],
482482
"QgsGeometryAreaCheck": ["factoryDescription()", "factoryId()", "factoryCompatibleGeometryTypes()", "factoryIsCompatible(QgsVectorLayer *layer)", "ResolutionMethod", "factoryCheckType()", "QgsGeometryAreaCheck(QgsGeometryCheckContext *context, const QVariantMap &configuration)"],
483483
"QgsGeometryChecker": [],

0 commit comments

Comments
 (0)