summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-10-20 13:31:12 +0200
committerKai Köhne <kai.koehne@qt.io>2023-10-23 11:29:37 +0200
commitfc213f255b1a8238a8347366d534ef05681c5209 (patch)
tree28aab3c6751030e77a6748220e85d0fa13c44788
parent46623a6d8c47d51f5659c7a30ace0b112102bd10 (diff)
Highlight two examples for the 'Data Processing & IO' category
Pick-to: 6.5 6.6 Task-number: QTBUG-117220 Change-Id: I7d9a6e47c7115a39ab19e7acb3d9a8940fb9b948 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
-rw-r--r--src/scxml/doc/qtscxml.qdocconf3
-rw-r--r--src/statemachine/doc/qtstatemachine.qdocconf3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/scxml/doc/qtscxml.qdocconf b/src/scxml/doc/qtscxml.qdocconf
index e87ddac..39e5a89 100644
--- a/src/scxml/doc/qtscxml.qdocconf
+++ b/src/scxml/doc/qtscxml.qdocconf
@@ -50,3 +50,6 @@ tagfile = qtscxml.tags
navigation.landingpage = "Qt SCXML"
navigation.cppclassespage = "Qt SCXML C++ Classes"
navigation.qmltypespage = "Qt SCXML QML Types"
+
+# Highlighted examples in Data Processing & IO category
+manifestmeta.highlighted.names = "QtScxml/SCML Sudoku"
diff --git a/src/statemachine/doc/qtstatemachine.qdocconf b/src/statemachine/doc/qtstatemachine.qdocconf
index 88c9873..7736501 100644
--- a/src/statemachine/doc/qtstatemachine.qdocconf
+++ b/src/statemachine/doc/qtstatemachine.qdocconf
@@ -50,3 +50,6 @@ tagfile = qtstatemachine.tags
navigation.landingpage = "Qt State Machine"
navigation.cppclassespage = "Qt State Machine C++ Classes"
navigation.qmltypespage = "Qt State Machine QML Types"
+
+# Highlighted examples in Data Processing & IO category
+manifestmeta.highlighted.names = "QtStateMachine/Traffic Light"