summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2023-04-17 15:05:52 +0200
committerAndreas Eliasson <andreas.eliasson@qt.io>2023-04-18 10:36:02 +0200
commit5f10479053246e1b1c65365f6d69047b36c1b558 (patch)
tree61c0d8eed80794b2eb17c34674097198bb83b24e
parent375bf90531a1fd2b52871896c0f3dc5e4ccf2bd1 (diff)
downloadqtlocation-5f10479053246e1b1c65365f6d69047b36c1b558.tar.gz
Doc: Clean up list
Our style guide, https://learn.microsoft.com/en-us/style-guide/scannable-content/lists, suggests not putting commas after list items and capitalizing unless there's a specific reason not to. Pick-to: 6.5 5.15 Change-Id: I0d83babd4f7e4363328fd4b4c2675f060b84c2a4 Reviewed-by: Safiyyah Moosa <safiyyah.moosa@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Jaishree Vyas <jaishree.vyas@qt.io>
-rw-r--r--src/location/doc/src/qtlocation.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/location/doc/src/qtlocation.qdoc b/src/location/doc/src/qtlocation.qdoc
index 717d0623..b15ee2a3 100644
--- a/src/location/doc/src/qtlocation.qdoc
+++ b/src/location/doc/src/qtlocation.qdoc
@@ -52,11 +52,11 @@ available from some of the popular location services.
The Qt Location API enables you to:
\list
- \li access and present map data,
- \li support touch gesture on a specific area of the map,
- \li query for a specific geographical location and route,
- \li add additional layers on top, such as polylines and circles,
- \li and search for places and related images.
+ \li Access and present map data.
+ \li Support touch gesture on a specific area of the map.
+ \li Query for a specific geographical location and route.
+ \li Add additional layers on top, such as polylines and circles.
+ \li Search for places and related images.
\endlist
\section1 Getting Started