summaryrefslogtreecommitdiff
path: root/examples/wayland/multi-screen/doc/src/multi-screen.qdoc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-04-11 11:54:22 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-04-12 10:48:46 +0000
commit6a15704c9f4be973947f18ff90afd725b7135ca9 (patch)
tree55cef60a18e3016644bd492a2fab83112d9a1e14 /examples/wayland/multi-screen/doc/src/multi-screen.qdoc
parente4cebf9fe5d073a1a622aa5af95fb5a3bc82098e (diff)
downloadqtwayland-6a15704c9f4be973947f18ff90afd725b7135ca9.tar.gz
Doc: Use the \examplecategory macro to tag examples
The '\meta category' command was used for tagging examples with a specific category, used in Qt Creators Welcome mode. As we want to also generate lists of examples belonging to a category elsewhere in the documentation, replace the command with a macro that expands to the original \meta command and also adds the example to a group using the \ingroup command. This way, the category names can be used as arguments to the \generatelist or \annotatedlist commands. Task-number: QTBUG-112731 Change-Id: I86a8a71204d1dd0665ca6d8c40438c78817c007a Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 9130a67c5981abc35be406da593f3a4b7f8e281f)
Diffstat (limited to 'examples/wayland/multi-screen/doc/src/multi-screen.qdoc')
-rw-r--r--examples/wayland/multi-screen/doc/src/multi-screen.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/multi-screen/doc/src/multi-screen.qdoc b/examples/wayland/multi-screen/doc/src/multi-screen.qdoc
index c2389237..b8113e02 100644
--- a/examples/wayland/multi-screen/doc/src/multi-screen.qdoc
+++ b/examples/wayland/multi-screen/doc/src/multi-screen.qdoc
@@ -4,7 +4,7 @@
/*!
* \title Multi Screen
* \example multi-screen
- * \meta category {Embedded}
+ * \examplecategory {Embedded}
* \brief Multi Screen is a desktop-style Wayland compositor for multiple screens.
* \ingroup qtwaylandcompositor-examples
*