diff options
author | Topi Reinio <[email protected]> | 2019-11-08 00:48:05 +0100 |
---|---|---|
committer | Topi Reiniƶ <[email protected]> | 2019-11-11 09:53:52 +0000 |
commit | 13d7517c0edd4c99686f2a8f7611c51d0a56a279 (patch) | |
tree | 2a98462cfdc5031404f803cfe6941be77db9ff06 /src/qml/doc/qtqml.qdocconf | |
parent | 06fa6ef1b9e159bd9b83b59ce23b7e09b918aa1f (diff) |
Doc: Fix documentation warnings
There were a lot of documentation warnings introduced by the
separation of QtQml.Models and QtQml.WorkerScript modules
from the QtQml documentation project into their own
sub-projects.
Fix the above, and also ensure that the experimental
Qt.labs.qmlmodels QML types are listed in the documentation,
and add them also on the QML module page for QtQml.Models.
A few warnings remain, they may be indicative of issues
not in the scope of this commit.
Fixes: QTBUG-79812
Change-Id: Idc25c976e4c96feab4aae893519d6c9245f57a64
Reviewed-by: Paul Wicking <[email protected]>
Diffstat (limited to 'src/qml/doc/qtqml.qdocconf')
-rw-r--r-- | src/qml/doc/qtqml.qdocconf | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/src/qml/doc/qtqml.qdocconf b/src/qml/doc/qtqml.qdocconf index 74d0a3b27c..07ab974289 100644 --- a/src/qml/doc/qtqml.qdocconf +++ b/src/qml/doc/qtqml.qdocconf @@ -34,20 +34,14 @@ qhp.QtQml.subprojects.qmltypes.sortPages = true tagfile = ../../../doc/qtqml/qtqml.tags -depends += qtcore qtgui qtquick qtdoc qtlinguist qmake qtscript qtwidgets qtxmlpatterns qtquickcontrols +depends += qtcore qtqmlmodels qtqmlworkerscript qtgui qtquick qtdoc qtlinguist qmake qtscript qtwidgets qtxmlpatterns qtquickcontrols headerdirs += .. \ - ../../imports/models \ - ../../qmlmodels \ - ../../qml \ - ../../qmlworkerscript + ../../qml sourcedirs += .. \ - ../../imports/models \ ../../imports/statemachine \ - ../../qmlmodels \ - ../../qml \ - ../../qmlworkerscript + ../../qml exampledirs += ../../../examples/qml \ ../ \ |