diff options
author | Topi Reinio <[email protected]> | 2023-04-11 10:56:41 +0000 |
---|---|---|
committer | Topi Reinio <[email protected]> | 2023-04-11 15:27:41 +0000 |
commit | 820516ec76f529ee9a9440874401df28d1cda6b3 (patch) | |
tree | 7043b1e48ff82132847ce44dbc191c5df09f329c /examples/quickcontrols/filesystemexplorer/doc | |
parent | e62f489209e1cf03d5bcb16247d84d5e7563948c (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.
Pick-to: 6.5
Task-number: QTBUG-112731
Change-Id: I673207be9dd73a010069828b92146c37e45e9143
Reviewed-by: Paul Wicking <[email protected]>
Diffstat (limited to 'examples/quickcontrols/filesystemexplorer/doc')
-rw-r--r-- | examples/quickcontrols/filesystemexplorer/doc/src/qtquickcontrols-filesystemexplorer.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickcontrols/filesystemexplorer/doc/src/qtquickcontrols-filesystemexplorer.qdoc b/examples/quickcontrols/filesystemexplorer/doc/src/qtquickcontrols-filesystemexplorer.qdoc index 9b89436701..23e109a9b8 100644 --- a/examples/quickcontrols/filesystemexplorer/doc/src/qtquickcontrols-filesystemexplorer.qdoc +++ b/examples/quickcontrols/filesystemexplorer/doc/src/qtquickcontrols-filesystemexplorer.qdoc @@ -2,7 +2,7 @@ // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only /*! \example filesystemexplorer - \meta category {Application Examples} + \examplecategory {Application Examples} \meta tags {quickcontrols, layout, styling, treeview} \title Modern File System Explorer \ingroup qtquickcontrols-examples |