summaryrefslogtreecommitdiff
path: root/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2022-12-30 11:06:16 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-12-30 11:09:36 +0000
commit52a57f08796bea39743d439d0ebb863af68a134f (patch)
tree8175bbcbdb72cd64503a53e3b6dfc22e09c96ee5 /src/qdoc/doc/qdoc-manual-markupcmds.qdoc
parentc969c2b0613f60839eb932cfa6b47b8df54a5e3e (diff)
downloadqttools-6.3.tar.gz
QDoc: Remove unused overload of \meta command6.3
At some point, special processing of meta content was added to make QDoc generate an entry of maintainer(s) in output. However, this hasn't seen use in the docs going back as far as _at least_ Qt 4.8. Remove this overload of the \meta command as it is unused, and adjust the relevant documentation in the QDoc manual. Fixes: QTBUG-109724 Change-Id: I9890a831f0c950c122eced62e2e1b184bda23b0b Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit db435620ab5d5420d1b59f96f413425a15c3b142) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/qdoc/doc/qdoc-manual-markupcmds.qdoc')
-rw-r--r--src/qdoc/doc/qdoc-manual-markupcmds.qdoc11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/qdoc/doc/qdoc-manual-markupcmds.qdoc b/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
index baec43947..ce542713f 100644
--- a/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
+++ b/src/qdoc/doc/qdoc-manual-markupcmds.qdoc
@@ -3732,14 +3732,11 @@
\target meta-command
\section1 \\meta
- The \\meta command is used for adding metadata to example documentation,
- and when generating HTML output for specifying the \e maintainer(s) of a
- C++ class.
-
+ The \\meta command is used for adding metadata to example documentation.
The command has two arguments: the first argument is the name of the
- metadata attribute, and the second argument is the
- value for the attribute. Each argument should be enclosed in curly
- brackets, as shown in this example:
+ metadata attribute, and the second argument is the value for the attribute.
+ Each argument should be enclosed in curly brackets, as shown in this
+ example:
\code
/ *!