summaryrefslogtreecommitdiff
path: root/src/location/declarativemaps/qdeclarativepolylinemapitem.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2019-05-15 11:25:30 +0200
committerTopi Reiniƶ <topi.reinio@qt.io>2019-05-16 08:07:18 +0000
commit90defc33dceb341aa8dac03c0511b1ef2a20c6c2 (patch)
treed33bc5a8991bfd68df70e9a350aa78f70cc13d3d /src/location/declarativemaps/qdeclarativepolylinemapitem.cpp
parent190909eb1e537f9840b38eff47713281edc8a204 (diff)
downloadqtlocation-90defc33dceb341aa8dac03c0511b1ef2a20c6c2.tar.gz
Doc: Fix documentation issues
Fix various documentation-related issues, including missing parameter documentation, broken links, and typos. Do some minor language editing. Change-Id: I0a8f8457e0d1ab56b4fc4670376509adf1fd26a3 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/location/declarativemaps/qdeclarativepolylinemapitem.cpp')
-rw-r--r--src/location/declarativemaps/qdeclarativepolylinemapitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/declarativemaps/qdeclarativepolylinemapitem.cpp b/src/location/declarativemaps/qdeclarativepolylinemapitem.cpp
index 1751dedd..63146fbc 100644
--- a/src/location/declarativemaps/qdeclarativepolylinemapitem.cpp
+++ b/src/location/declarativemaps/qdeclarativepolylinemapitem.cpp
@@ -798,7 +798,7 @@ void QDeclarativePolylineMapItem::setPath(const QJSValue &value)
/*!
\qmlmethod int MapPolyline::setPath(geopath path)
- Sets the \l path using a \l QGeoPath type.
+ Sets the \a path using a geopath type.
\since 5.10
@@ -849,7 +849,7 @@ int QDeclarativePolylineMapItem::pathLength() const
/*!
\qmlmethod void MapPolyline::addCoordinate(coordinate)
- Adds a coordinate to the end of the path.
+ Adds a \a coordinate to the end of the path.
\sa insertCoordinate, removeCoordinate, path
*/