summaryrefslogtreecommitdiff
path: root/src/qdoc/qdoc/doc/qdoc-manual-cmdindex.qdoc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-04-21 07:40:43 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-04-24 18:39:40 +0000
commit34d28f769f87ff876748e1db3e7bf12ec04d4ff7 (patch)
tree8eece54047855e2f2664fa2e7e5b69f941d46d07 /src/qdoc/qdoc/doc/qdoc-manual-cmdindex.qdoc
parent046447a6fa686ed076a7df8d27b00abe0811750b (diff)
downloadqttools-34d28f769f87ff876748e1db3e7bf12ec04d4ff7.tar.gz
qdoc: Allow custom status descriptions for C++, QML types
QDoc already allows defining a custom status for C++ and QML modules via the \modulestate command. In Qt, this is typically used for marking a module and its types with 'Technology preview' status. Allow a custom status for individual types as well, with \meta {status} {<description>} command. This information is added to the 'Requisites' table on top of the type reference page. Document the new status argument for \meta, and update its documentation as it contained obsolete information. Pick-to: 6.5 Task-number: QTBUG-113026 Change-Id: I5a13aa8650b6e188ffe50a1e948da90474bfb7a0 Reviewed-by: Luca Di Sera <luca.disera@qt.io>
Diffstat (limited to 'src/qdoc/qdoc/doc/qdoc-manual-cmdindex.qdoc')
-rw-r--r--src/qdoc/qdoc/doc/qdoc-manual-cmdindex.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qdoc/qdoc/doc/qdoc-manual-cmdindex.qdoc b/src/qdoc/qdoc/doc/qdoc-manual-cmdindex.qdoc
index a915a9f7c..d1a09eb90 100644
--- a/src/qdoc/qdoc/doc/qdoc-manual-cmdindex.qdoc
+++ b/src/qdoc/qdoc/doc/qdoc-manual-cmdindex.qdoc
@@ -60,6 +60,7 @@
\li \l {macro-command} {\\macro}
\li \l {meta-command} {\\meta}
\li \l {module-command} {\\module}
+ \li \l {modulestate-command} {\\modulestate}
\li \l {namespace-command} {\\namespace}
\li \l {nextpage-command} {\\nextpage}
\li \l {noautolist-command} {\\noautolist}