summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-10-04 15:55:37 +0200
committerKai Köhne <kai.koehne@qt.io>2023-10-09 13:04:54 +0000
commit98d6fb71d800c5c457f6baeece1d0ef1cc57fdba (patch)
treeb4911fa84f435965cfd0a47c07b33f82e4407df7
parent47562866094e86377dba80dc65ae270ca44a0eb5 (diff)
Doc: Highlight some examples for 'Positioning & Location' category
Pick-to: 6.5 6.6 Task-number: QTBUG-117223 Change-Id: I5280548fa96cde34355cb51aee04abaa88f0318f Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--src/location/doc/qtlocation.qdocconf8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/location/doc/qtlocation.qdocconf b/src/location/doc/qtlocation.qdocconf
index 5b935281..b020f153 100644
--- a/src/location/doc/qtlocation.qdocconf
+++ b/src/location/doc/qtlocation.qdocconf
@@ -5,8 +5,6 @@ project = QtLocation
description = Qt Location Reference Documentation
version = $QT_VERSION
-
-
qhp.projects = QtLocation
qhp.QtLocation.file = qtlocation.qhp
@@ -52,12 +50,16 @@ examplesinstallpath = location
exampledirs += ../../../examples/location \
snippets/
-
imagedirs += images
navigation.landingpage = "Qt Location"
navigation.cppclassespage = "Qt Location C++ Classes"
navigation.qmltypespage = "Qt Location QML Types"
+manifestmeta.highlighted.names = \
+ "QtLocation/GeoJson Viewer (QML)" \
+ "QtLocation/Map Viewer (QML)" \
+ "QtLocation/Places Map (QML)"
+
# Enforce zero documentation warnings
warninglimit = 0