From 05719fedab5b052c433b5137fa63e5a1136a84e6 Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Mon, 18 Jun 2018 15:23:47 +0200 Subject: Doc: Add missing dots (qtlocation) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-68933 Change-Id: Ie7863b196363022c0bb7c1fa4f258c4700b5abb3 Reviewed-by: Topi Reiniƶ --- examples/location/places_map/doc/src/places_map.qdoc | 2 +- examples/location/planespotter/doc/src/planespotter.qdoc | 2 +- src/location/declarativemaps/qdeclarativepolygonmapitem.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/location/places_map/doc/src/places_map.qdoc b/examples/location/places_map/doc/src/places_map.qdoc index 00703a09..7c6f3c1c 100644 --- a/examples/location/places_map/doc/src/places_map.qdoc +++ b/examples/location/places_map/doc/src/places_map.qdoc @@ -31,7 +31,7 @@ \ingroup qtlocation-examples \brief The Places Map example demonstrates how to search for and display a list of places - on a map using a MapItemView + on a map using a MapItemView. \image places_map.png The example displays a map of the current location or, if no position is diff --git a/examples/location/planespotter/doc/src/planespotter.qdoc b/examples/location/planespotter/doc/src/planespotter.qdoc index 62c6dd34..574f2c72 100644 --- a/examples/location/planespotter/doc/src/planespotter.qdoc +++ b/examples/location/planespotter/doc/src/planespotter.qdoc @@ -31,7 +31,7 @@ \ingroup qtlocation-examples \brief The \c {Plane Spotter} example demonstrates the tight integration of - location and positioning data types into QML + location and positioning data types into QML. \image planespotter.png diff --git a/src/location/declarativemaps/qdeclarativepolygonmapitem.cpp b/src/location/declarativemaps/qdeclarativepolygonmapitem.cpp index 71a75041..c0d7f24b 100644 --- a/src/location/declarativemaps/qdeclarativepolygonmapitem.cpp +++ b/src/location/declarativemaps/qdeclarativepolygonmapitem.cpp @@ -65,7 +65,7 @@ QT_BEGIN_NAMESPACE \ingroup qml-QtLocation5-maps \since QtLocation 5.5 - \brief The MapPolygon type displays a polygon on a Map + \brief The MapPolygon type displays a polygon on a Map. The MapPolygon type displays a polygon on a Map, specified in terms of an ordered list of \l {QtPositioning::coordinate}{coordinates}. For best appearance and results, polygons should be -- cgit v1.2.1