File tree 2 files changed +2
-2
lines changed
python/core/auto_generated/geometry
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ z and m types accordingly.
46
46
This constructor is more efficient then calling setPoints()
47
47
or repeatedly calling addVertex()
48
48
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
50
50
be a LineStringZ(M) or LineString25D depending on the ``is25DType``
51
51
argument. If ``is25DType`` is true (and the ``m`` vector is unfilled) then
52
52
the created Linestring will be a LineString25D type. Otherwise, the
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ class CORE_EXPORT QgsLineString: public QgsCurve
60
60
* This constructor is more efficient then calling setPoints()
61
61
* or repeatedly calling addVertex()
62
62
*
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
64
64
* be a LineStringZ(M) or LineString25D depending on the \a is25DType
65
65
* argument. If \a is25DType is true (and the \a m vector is unfilled) then
66
66
* the created Linestring will be a LineString25D type. Otherwise, the
You can’t perform that action at this time.
0 commit comments