From 462351a1077560eaa01e83879dc558423d1f8bf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Fri, 20 Oct 2023 13:24:58 +0200 Subject: [PATCH] Highlight some examples for 'Data Processing & IO' category MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pick-to: 6.5 Task-number: QTBUG-117220 Change-Id: I1bf8d36ae93b96da55d18c9545c942707834c114 Reviewed-by: Topi Reiniƶ (cherry picked from commit e45937c22d45ffc2ad5be6b11f11ba49900e7cdb) Reviewed-by: Volker Hilsheimer --- src/corelib/doc/qtcore.qdocconf | 6 ++++++ src/sql/doc/qtsql.qdocconf | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/src/corelib/doc/qtcore.qdocconf b/src/corelib/doc/qtcore.qdocconf index a3966397f85..e39cfe2846b 100644 --- a/src/corelib/doc/qtcore.qdocconf +++ b/src/corelib/doc/qtcore.qdocconf @@ -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 diff --git a/src/sql/doc/qtsql.qdocconf b/src/sql/doc/qtsql.qdocconf index 877411d3261..cf54ab7d7b8 100644 --- a/src/sql/doc/qtsql.qdocconf +++ b/src/sql/doc/qtsql.qdocconf @@ -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