summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-11-25 17:13:21 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-11-28 11:11:04 +0100
commitc59ffd95ad36b8307d1fa6ab97973781f7f23a69 (patch)
treee93d5a8b1ec59dc443fb54054cb2757b249f9737 /examples
parent33e191469ddbe8fd20373512879baac373efa90a (diff)
downloadqtlocation-c59ffd95ad36b8307d1fa6ab97973781f7f23a69.tar.gz
Documentation fixes
Correct spelling of and links to QML value types and to properties of value types. Remove some documentation and snippets that are mostly outdated, and links to specific plugin providers. Silence some warnings. Task-number: QTBUG-96795 Change-Id: Ifba3ae8144e0d949f1c72a4ea230e7f84fa28bd4 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/location/places/doc/src/places.qdoc6
-rw-r--r--examples/location/places_list/doc/src/places_list.qdoc5
2 files changed, 5 insertions, 6 deletions
diff --git a/examples/location/places/doc/src/places.qdoc b/examples/location/places/doc/src/places.qdoc
index b3c18313..d442f2b1 100644
--- a/examples/location/places/doc/src/places.qdoc
+++ b/examples/location/places/doc/src/places.qdoc
@@ -51,9 +51,9 @@
desired category. The place search query will be for places that are near the current location
shown on the map.
- For some plugins like \l {Qt Location HERE Plugin} the search box provides search term
- suggestions when three or more characters are entered. Selecting one of the suggestions will
- cause a place search to be performed with the selected search text.
+ For some plugins, the search box provides search term suggestions when three or more characters
+ are entered. Selecting one of the suggestions will cause a place search to be performed with
+ the selected search text.
Clicking on a search result will display details about the place. If a places has rich content
(editorials, reviews and images), these can be accessed by the buttons on the details page.
diff --git a/examples/location/places_list/doc/src/places_list.qdoc b/examples/location/places_list/doc/src/places_list.qdoc
index bc19d561..b66d8e44 100644
--- a/examples/location/places_list/doc/src/places_list.qdoc
+++ b/examples/location/places_list/doc/src/places_list.qdoc
@@ -50,9 +50,8 @@
from where places are sourced from. Depending on the type of the plugin,
some mandatory parameters may be need to be filled in. The most likely type
of PluginParameter are some form of service access token which are documented
- in the service plugin. As an example see the \l
- {Mandatory Parameters} {HERE Plugin} documentation. In this snippet the \c osm
- plugin is used which does not require any further parameter:
+ in the service plugin. In this snippet the \c osm plugin is used which does
+ not require any further parameter:
\snippet places_list/places_list.qml Initialize Plugin