summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaishree Vyas <Jaishree.Vyas@qt.io>2023-07-06 12:05:37 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-07-12 08:47:03 +0000
commit419335db5777f7a43f0b37fb16143d8ea1663e98 (patch)
treec041a7a921c3dead7392a94351d25c841bfc765e
parent9698ab1c404035f8386029970a5f17f5353e7f30 (diff)
Doc: Remove \ingroup all-examples command from the docs
Fixes: QTBUG-115044 Change-Id: I83314f3b7955e1ef9c857bcc96c07f6f90b2f875 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit ccda9c01311fd84b0034afb27284410b99d53899) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/scxml/doc/qtscxml-examples.qdoc1
-rw-r--r--src/statemachine/doc/qtstatemachine-examples.qdoc1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/scxml/doc/qtscxml-examples.qdoc b/src/scxml/doc/qtscxml-examples.qdoc
index 765f121..e645bd6 100644
--- a/src/scxml/doc/qtscxml-examples.qdoc
+++ b/src/scxml/doc/qtscxml-examples.qdoc
@@ -5,7 +5,6 @@
\group examples-qtscxml
\title Qt SCXML Examples
\brief Examples for the Qt SCXML module.
-\ingroup all-examples
The Qt SCXML example applications demonstrate the functionality provided by the
\l{Qt SCXML} module.
diff --git a/src/statemachine/doc/qtstatemachine-examples.qdoc b/src/statemachine/doc/qtstatemachine-examples.qdoc
index 1ce7a2c..7794b6e 100644
--- a/src/statemachine/doc/qtstatemachine-examples.qdoc
+++ b/src/statemachine/doc/qtstatemachine-examples.qdoc
@@ -5,7 +5,6 @@
\group examples-qtstatemachine
\title Qt State Machine Examples
\brief Examples for the Qt State Machine module.
-\ingroup all-examples
The Qt State Machine example applications demonstrate the functionality provided by the
\l{Qt State Machine} module.