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
committerTopi Reinio <topi.reinio@qt.io>2020-05-12 05:07:53 +0200
commitc21ea2f13eae86958caf7e80a60a74fe182aaa7e (patch)
tree6429155d018aa883380faba83d3974ecb8565ab6 /tests/auto/qdoc/generatedoutput/testdata
parent74d9532c833acb50d5c90171b0da8da9b93755c5 (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. Pick-to: 5.15 Fixes: QTBUG-65963 Change-Id: I4c2eb87692be11495265523c31ba4f9885f29f0c Reviewed-by: Paul Wicking <paul.wicking@qt.io>
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
*/