summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdoc/generatedoutput/testdata
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2020-05-07 13:18:42 +0200
committerQt Cherry-pick Bot <cherrypickbot@codereview.qt-project.org>2020-05-12 03:46:56 +0000
commit469202bcce523ac613449b02cd82cfa73c025a1e (patch)
treecd036ee3f428e46ef3ec3c59c970a6a46af64643 /tests/auto/qdoc/generatedoutput/testdata
parent87a862817ccdabb3f7c0e34a2b27c94663e3a1f8 (diff)
qdoc: Output status and since information for all modules
Previously, output for commands like \preliminary and \since was generated only for C++ modules. Extend this to apply also to QML and JS modules. Fixes: QTBUG-65963 Change-Id: I4c2eb87692be11495265523c31ba4f9885f29f0c Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit c21ea2f13eae86958caf7e80a60a74fe182aaa7e) Reviewed-by: Qt Cherry-pick Bot
Diffstat (limited to 'tests/auto/qdoc/generatedoutput/testdata')
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/qml/componentset/examples.qdoc2
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/qml/type.cpp2
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/qdoc/generatedoutput/testdata/qml/componentset/examples.qdoc b/tests/auto/qdoc/generatedoutput/testdata/qml/componentset/examples.qdoc
index bce12a4ae..5813b1247 100644
--- a/tests/auto/qdoc/generatedoutput/testdata/qml/componentset/examples.qdoc
+++ b/tests/auto/qdoc/generatedoutput/testdata/qml/componentset/examples.qdoc
@@ -93,7 +93,7 @@
/*!
\qmlmodule UIComponents 1.0
\title UI Components
- \brief Basic set of UI components
+ \brief Basic set of UI components.
This is a listing of a list of UI components implemented by QML types. These
files are available for general import and they are based on the
diff --git a/tests/auto/qdoc/generatedoutput/testdata/qml/type.cpp b/tests/auto/qdoc/generatedoutput/testdata/qml/type.cpp
index 2e967c4a2..2ae71fece 100644
--- a/tests/auto/qdoc/generatedoutput/testdata/qml/type.cpp
+++ b/tests/auto/qdoc/generatedoutput/testdata/qml/type.cpp
@@ -31,6 +31,8 @@
/*!
\qmlmodule QDoc.Test \QDocTestVer
\brief QML Types for the Test module.
+ \since 1.1
+ \preliminary
\testnoautolist
*/