From 5f10479053246e1b1c65365f6d69047b36c1b558 Mon Sep 17 00:00:00 2001 From: Andreas Eliasson Date: Mon, 17 Apr 2023 15:05:52 +0200 Subject: 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 Reviewed-by: Leena Miettinen Reviewed-by: Jaishree Vyas --- src/location/doc/src/qtlocation.qdoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/location/doc/src') 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 -- cgit v1.2.1