summaryrefslogtreecommitdiff
path: root/src/location/declarativemaps/qdeclarativepolygonmapitem.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/qdeclarativepolygonmapitem.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/qdeclarativepolygonmapitem.cpp')
-rw-r--r--src/location/declarativemaps/qdeclarativepolygonmapitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/declarativemaps/qdeclarativepolygonmapitem.cpp b/src/location/declarativemaps/qdeclarativepolygonmapitem.cpp
index 6da4d96f..fcfa14a5 100644
--- a/src/location/declarativemaps/qdeclarativepolygonmapitem.cpp
+++ b/src/location/declarativemaps/qdeclarativepolygonmapitem.cpp
@@ -402,7 +402,7 @@ void QDeclarativePolygonMapItem::setPath(const QJSValue &value)
/*!
\qmlmethod void MapPolygon::addCoordinate(coordinate)
- Adds a coordinate to the path.
+ Adds a \a coordinate to the path.
\sa removeCoordinate, path
*/