summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSadegh Taghavi <Sadegh.Taghavi@qt.io>2024-01-30 10:43:00 +0200
committerSadegh Taghavi <Sadegh.Taghavi@qt.io>2024-02-06 13:06:09 +0200
commitdb0658e8ead0162a878ecc4231f28fcc365ec431 (patch)
tree212a06050354f255f82c9b351930df6e83f7751f
parente6f034d2121b6d3eaa4e4089e44bafd7300e96b1 (diff)
Add OSM Buildings To the Doc highlights
Change-Id: I707ae2a2bf84604a403c1416d32229a811c94a3c Reviewed-by: Janne Koskinen <janne.p.koskinen@qt.io>
-rw-r--r--doc/config/qtdoc.qdocconf3
-rw-r--r--examples/demos/osmbuildings/doc/src/osmbuildings.qdoc3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/config/qtdoc.qdocconf b/doc/config/qtdoc.qdocconf
index eff9738e7..c37b808c6 100644
--- a/doc/config/qtdoc.qdocconf
+++ b/doc/config/qtdoc.qdocconf
@@ -93,7 +93,8 @@ manifestmeta.highlighted.names = "QtDoc/Calqlatr" \
"QtDoc/Thermostat" \
"QtDoc/To Do List" \
"QtDoc/Same Game" \
- "QtDoc/StocQt"
+ "QtDoc/StocQt" \
+ "QtDoc/OSM Buildings"
manifestmeta.examplecategories = "Application Examples" \
"Desktop" \
diff --git a/examples/demos/osmbuildings/doc/src/osmbuildings.qdoc b/examples/demos/osmbuildings/doc/src/osmbuildings.qdoc
index 0c31fbd35..fef0c223d 100644
--- a/examples/demos/osmbuildings/doc/src/osmbuildings.qdoc
+++ b/examples/demos/osmbuildings/doc/src/osmbuildings.qdoc
@@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
- \title Qt Quick Demo - OSM Buildings
+ \title OSM Buildings
\examplecategory {3D}
\ingroup qtquickdemos
\example demos/osmbuildings
@@ -101,6 +101,7 @@
\quotefromfile demos/osmbuildings/customshaderbuildings.frag
\skipto SPDX-License-Identifier
\printuntil }
+ \printuntil }
To understand the application better, browse through its code using
Qt Creator.