summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/graphgallery/doc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-04-11 11:04:59 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-04-11 16:08:15 +0000
commite0b72ebb56f5467a187730fd3fc393d7a2296274 (patch)
tree2cdc4ea36110a7e68c98de37ea9755d50aa281bc /examples/datavisualization/graphgallery/doc
parent74d007801a4497114f4df04aa037c16ac1c64858 (diff)
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: Ibfd1179923b898259a5c96417aba8f7711e9c5ee Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 6c7984e6931fa7123c1faee8a8c91d159d293633) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/datavisualization/graphgallery/doc')
-rw-r--r--examples/datavisualization/graphgallery/doc/src/graphgallery.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/datavisualization/graphgallery/doc/src/graphgallery.qdoc b/examples/datavisualization/graphgallery/doc/src/graphgallery.qdoc
index c4fdd854..7acf0482 100644
--- a/examples/datavisualization/graphgallery/doc/src/graphgallery.qdoc
+++ b/examples/datavisualization/graphgallery/doc/src/graphgallery.qdoc
@@ -4,7 +4,7 @@
/*!
\example graphgallery
\meta tags {DataVisualization, Q3DBars, Bar Graph, Custom Proxy, Q3DScatter, Scatter Graph, Custom Input Handler, Q3DSurface, Surface Graph, QCustom3DItem, Textured Surface}
- \meta category {Graphics}
+ \examplecategory {Graphics}
\title Graph Gallery
\ingroup qtdatavisualization_examples
\brief Gallery of Bar, Scatter, and Surface graphs.