Skip to content

Commit f1ced30

Browse files
committed
Fix dox
1 parent 39d1486 commit f1ced30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/core/auto_generated/geometry/qgslinestring.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ z and m types accordingly.
4646
This constructor is more efficient then calling setPoints()
4747
or repeatedly calling addVertex()
4848

49-
If the \z vector is filled, then the geometry type will either
49+
If the ``z`` vector is filled, then the geometry type will either
5050
be a LineStringZ(M) or LineString25D depending on the ``is25DType``
5151
argument. If ``is25DType`` is true (and the ``m`` vector is unfilled) then
5252
the created Linestring will be a LineString25D type. Otherwise, the

src/core/geometry/qgslinestring.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class CORE_EXPORT QgsLineString: public QgsCurve
6060
* This constructor is more efficient then calling setPoints()
6161
* or repeatedly calling addVertex()
6262
*
63-
* If the \z vector is filled, then the geometry type will either
63+
* If the \a z vector is filled, then the geometry type will either
6464
* be a LineStringZ(M) or LineString25D depending on the \a is25DType
6565
* argument. If \a is25DType is true (and the \a m vector is unfilled) then
6666
* the created Linestring will be a LineString25D type. Otherwise, the

0 commit comments

Comments
 (0)