summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorInkamari Harjula <inkamari.harjula@qt.io>2023-08-23 09:12:24 +0300
committerInkamari Harjula <inkamari.harjula@qt.io>2023-09-04 07:49:44 +0300
commit09baa29a54f82979c15e4bce22c171057a2165cc (patch)
tree56239edd455b1890d5c3f0ccfbcb97c522ef8cfd /examples
parentc0297a86f736e0d3ee0933a56597c9b4f7f69129 (diff)
Doc: Add example category for Wayland Compositor examples
Added example category to custom-extension and minimal-cpp. Task-number: QTBUG-116340 Pick-to: 6.6 Change-Id: I1a767614831f88378e8b311f0112ed408b2bba76 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/wayland/custom-extension/doc/src/custom-extension.qdoc1
-rw-r--r--examples/wayland/minimal-cpp/doc/src/minimal-cpp.qdoc1
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/wayland/custom-extension/doc/src/custom-extension.qdoc b/examples/wayland/custom-extension/doc/src/custom-extension.qdoc
index 3b8e9b657..5c5152f06 100644
--- a/examples/wayland/custom-extension/doc/src/custom-extension.qdoc
+++ b/examples/wayland/custom-extension/doc/src/custom-extension.qdoc
@@ -4,6 +4,7 @@
/*!
* \title Custom Extension
* \example custom-extension
+ * \examplecategory {Embedded}
* \brief Custom Extension shows how to implement a custom Wayland extension.
* \ingroup qtwaylandcompositor-examples
*
diff --git a/examples/wayland/minimal-cpp/doc/src/minimal-cpp.qdoc b/examples/wayland/minimal-cpp/doc/src/minimal-cpp.qdoc
index 7690d1ce3..3d6894de4 100644
--- a/examples/wayland/minimal-cpp/doc/src/minimal-cpp.qdoc
+++ b/examples/wayland/minimal-cpp/doc/src/minimal-cpp.qdoc
@@ -4,6 +4,7 @@
/*!
\title Minimal CPP
\example minimal-cpp
+ \examplecategory {Embedded}
\brief Minimal CPP is an example that demonstrates how to write a Wayland compositor in C++.
\ingroup qtwaylandcompositor-examples