summaryrefslogtreecommitdiff
path: root/examples/wayland/multi-output/doc/src/multi-output.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-output/doc/src/multi-output.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-output/doc/src/multi-output.qdoc')
-rw-r--r--examples/wayland/multi-output/doc/src/multi-output.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/multi-output/doc/src/multi-output.qdoc b/examples/wayland/multi-output/doc/src/multi-output.qdoc
index 6f0ea7b7..5614099e 100644
--- a/examples/wayland/multi-output/doc/src/multi-output.qdoc
+++ b/examples/wayland/multi-output/doc/src/multi-output.qdoc
@@ -4,7 +4,7 @@
/*!
\title Multi Output
\example multi-output
- \meta category {Embedded}
+ \examplecategory {Embedded}
\brief Multi Output is an example that demonstrates a compositor with multiple outputs.
\ingroup qtwaylandcompositor-examples