Skip to content

Commit

Permalink
Fix dox
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 28, 2018
1 parent 39d1486 commit f1ced30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/geometry/qgslinestring.sip.in
Expand Up @@ -46,7 +46,7 @@ z and m types accordingly.
This constructor is more efficient then calling setPoints()
or repeatedly calling addVertex()

If the \z vector is filled, then the geometry type will either
If the ``z`` vector is filled, then the geometry type will either
be a LineStringZ(M) or LineString25D depending on the ``is25DType``
argument. If ``is25DType`` is true (and the ``m`` vector is unfilled) then
the created Linestring will be a LineString25D type. Otherwise, the
Expand Down
2 changes: 1 addition & 1 deletion src/core/geometry/qgslinestring.h
Expand Up @@ -60,7 +60,7 @@ class CORE_EXPORT QgsLineString: public QgsCurve
* This constructor is more efficient then calling setPoints()
* or repeatedly calling addVertex()
*
* If the \z vector is filled, then the geometry type will either
* If the \a z vector is filled, then the geometry type will either
* be a LineStringZ(M) or LineString25D depending on the \a is25DType
* argument. If \a is25DType is true (and the \a m vector is unfilled) then
* the created Linestring will be a LineString25D type. Otherwise, the
Expand Down

0 comments on commit f1ced30

Please sign in to comment.