Highlight some examples for 'Data Processing & IO' category

Pick-to: 6.5
Task-number: QTBUG-117220
Change-Id: I1bf8d36ae93b96da55d18c9545c942707834c114
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
(cherry picked from commit e45937c22d45ffc2ad5be6b11f11ba49900e7cdb)
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Kai Köhne 2023-10-20 13:24:58 +02:00
parent 24ca6bd117
commit 462351a107
2 changed files with 11 additions and 0 deletions

View File

@ -60,5 +60,11 @@ excludefiles += ../kernel/qtestsupport_core.cpp
navigation.landingpage = "Qt Core"
navigation.cppclassespage = "Qt Core C++ Classes"
# Highlighted examples in Data Processing & IO category
manifestmeta.highlighted.names = \
"QtCore/Convert Example" \
"QtCore/Mandelbrot" \
"QtCore/QXmlStream Bookmarks Example"
# Fail the documentation build if there are more warnings than the limit
warninglimit = 0

View File

@ -40,5 +40,10 @@ imagedirs += images \
navigation.landingpage = "Qt SQL"
navigation.cppclassespage = "Qt SQL C++ Classes"
# Highlighted examples in Data Processing & IO category
manifestmeta.highlighted.names = \
"QtSql/Master Detail Example" \
"QtSql/SQL Browser"
# Fail the documentation build if there are more warnings than the limit
warninglimit = 0