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:
parent
28eb0caec2
commit
43a6970ce3
|
@ -37,11 +37,17 @@ tagfile = ../../../doc/qtqml/qtqml.tags
|
|||
depends += qtcore qtgui qtquick qtdoc qtlinguist qmake qtscript qtwidgets qtxmlpatterns qtquickcontrols
|
||||
|
||||
headerdirs += .. \
|
||||
../../imports/models
|
||||
../../imports/models \
|
||||
../../qmlmodels \
|
||||
../../qml \
|
||||
../../qmlworkerscript
|
||||
|
||||
sourcedirs += .. \
|
||||
../../imports/models \
|
||||
../../imports/statemachine
|
||||
../../imports/statemachine \
|
||||
../../qmlmodels \
|
||||
../../qml \
|
||||
../../qmlworkerscript
|
||||
|
||||
exampledirs += ../../../examples/qml \
|
||||
../ \
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
\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
|
||||
converted back to QModelIndexList, with non-QModelIndex objects replaced by
|
||||
invalid \l{QModelIndex}es.
|
||||
|
|
|
@ -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
|
||||
calling \l appendRow(). Each column in the model is specified by declaring
|
||||
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
|
||||
fixed for the lifetime of the model.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
headerdirs += ..\
|
||||
../../quick \
|
||||
../../quickwidgets
|
||||
|
||||
sourcedirs += .. \
|
||||
../../quick \
|
||||
../../quickwidgets
|
||||
|
||||
exampledirs += ../../../examples/quick \
|
||||
|
|
Loading…
Reference in New Issue