doc: Add missing directories to qdocconf files

These might not be complete yet, but they do fix the
qdoc errors.

Change-Id: I75b0f0f7709a371149a6f7c82adfff9fe88408ea
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Martin Smith 2019-09-14 14:54:24 +02:00
parent 28eb0caec2
commit 43a6970ce3
4 changed files with 12 additions and 4 deletions

View File

@ -37,11 +37,17 @@ tagfile = ../../../doc/qtqml/qtqml.tags
depends += qtcore qtgui qtquick qtdoc qtlinguist qmake qtscript qtwidgets qtxmlpatterns qtquickcontrols depends += qtcore qtgui qtquick qtdoc qtlinguist qmake qtscript qtwidgets qtxmlpatterns qtquickcontrols
headerdirs += .. \ headerdirs += .. \
../../imports/models ../../imports/models \
../../qmlmodels \
../../qml \
../../qmlworkerscript
sourcedirs += .. \ sourcedirs += .. \
../../imports/models \ ../../imports/models \
../../imports/statemachine ../../imports/statemachine \
../../qmlmodels \
../../qml \
../../qmlworkerscript
exampledirs += ../../../examples/qml \ exampledirs += ../../../examples/qml \
../ \ ../ \

View File

@ -62,7 +62,7 @@
\section1 QModelIndexList Type \section1 QModelIndexList Type
\l QModelIndexList is exposed in QML as a JavaScript array. Conversions are QModelIndexList is exposed in QML as a JavaScript array. Conversions are
automatically made from and to C++. In fact, any JavaScript array can be automatically made from and to C++. In fact, any JavaScript array can be
converted back to QModelIndexList, with non-QModelIndex objects replaced by converted back to QModelIndexList, with non-QModelIndex objects replaced by
invalid \l{QModelIndex}es. invalid \l{QModelIndex}es.

View File

@ -64,7 +64,7 @@ Q_LOGGING_CATEGORY(lcTableModel, "qt.qml.tablemodel")
The model's initial row data is set with either the \l rows property or by The model's initial row data is set with either the \l rows property or by
calling \l appendRow(). Each column in the model is specified by declaring calling \l appendRow(). Each column in the model is specified by declaring
a \l TableModelColumn instance, where the order of each instance determines a \l TableModelColumn instance, where the order of each instance determines
its column index. Once the model's \l Component.completed() signal has been its column index. Once the model's \l Component::completed() signal has been
emitted, the columns and roles will have been established and are then emitted, the columns and roles will have been established and are then
fixed for the lifetime of the model. fixed for the lifetime of the model.

View File

@ -41,9 +41,11 @@ tagfile = ../../../doc/qtquick/qtquick.tags
depends += qtcore qtqml qtqmltest qtgui qtlinguist qtquickcontrols1 qtquickcontrols qtdoc qtquickdialogs qtsensors qtwidgets qmake qtmultimedia qtgraphicaleffects qtsql qtxmlpatterns depends += qtcore qtqml qtqmltest qtgui qtlinguist qtquickcontrols1 qtquickcontrols qtdoc qtquickdialogs qtsensors qtwidgets qmake qtmultimedia qtgraphicaleffects qtsql qtxmlpatterns
headerdirs += ..\ headerdirs += ..\
../../quick \
../../quickwidgets ../../quickwidgets
sourcedirs += .. \ sourcedirs += .. \
../../quick \
../../quickwidgets ../../quickwidgets
exampledirs += ../../../examples/quick \ exampledirs += ../../../examples/quick \