summaryrefslogtreecommitdiff
path: root/tests/auto/qdoc/generatedoutput/testdata/qml/type.cpp
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 /tests/auto/qdoc/generatedoutput/testdata/qml/type.cpp
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 'tests/auto/qdoc/generatedoutput/testdata/qml/type.cpp')
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/qml/type.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qdoc/generatedoutput/testdata/qml/type.cpp b/tests/auto/qdoc/generatedoutput/testdata/qml/type.cpp
index 8e4d6e677..f3c9546b8 100644
--- a/tests/auto/qdoc/generatedoutput/testdata/qml/type.cpp
+++ b/tests/auto/qdoc/generatedoutput/testdata/qml/type.cpp
@@ -32,6 +32,7 @@
\instantiates TestQDoc::Test
\inqmlmodule QDoc.Test
\brief A QML type documented in a .cpp file.
+ \meta status { <Work In Progress> }
*/
/*!