summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2021-02-26 14:03:31 +0200
committerJuha Vuolle <juha.vuolle@insta.fi>2021-03-03 13:17:46 +0200
commitbe635ace5186e8ea4db160a48cac123af84fdcd4 (patch)
tree9497fa9c68e8367b4b50adefa915415843edd7f7 /src
parent902c4bcf894da0bd1f98825484ac6df5fe90a148 (diff)
Documentation to reflect the qscxmlecmascriptdatamodel code location
Additionally qdoc-mark the pluginKey as the parameter Pick-to: 6.1 Task-number: QTBUG-89831 Change-Id: I6792ce3e87fb650f33ba0c7730983ce0de50cd48 Reviewed-by: Tamas Martinec <tamas.martinec@symbio.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/scxml/doc/qtscxml.qdocconf6
-rw-r--r--src/scxml/qscxmldatamodel.cpp2
2 files changed, 5 insertions, 3 deletions
diff --git a/src/scxml/doc/qtscxml.qdocconf b/src/scxml/doc/qtscxml.qdocconf
index d99127e..8d0becb 100644
--- a/src/scxml/doc/qtscxml.qdocconf
+++ b/src/scxml/doc/qtscxml.qdocconf
@@ -36,12 +36,14 @@ depends += qtcore qtdoc qmake qtquick qtwidgets qtstatemachine
headerdirs = .. \
../../scxmlqml \
- ../../imports/scxmlstatemachine
+ ../../imports/scxmlstatemachine \
+ ../../plugins/scxmldatamodel/ecmascriptdatamodel
sourcedirs += .. \
../../scxmlqml \
../../../tools/qscxmlc/doc \
- ../../../examples/scxml
+ ../../../examples/scxml \
+ ../../plugins/scxmldatamodel/ecmascriptdatamodel
excludefiles += "../qscxmlexecutablecontent_p.h"
diff --git a/src/scxml/qscxmldatamodel.cpp b/src/scxml/qscxmldatamodel.cpp
index 818599f..4a99aee 100644
--- a/src/scxml/qscxmldatamodel.cpp
+++ b/src/scxml/qscxmldatamodel.cpp
@@ -149,7 +149,7 @@ QScxmlStateMachine *QScxmlDataModel::stateMachine() const
}
/*!
- * Creates a data model from a plugin specified by key.
+ * Creates a data model from a plugin specified by a \a pluginKey.
*/
QScxmlDataModel *QScxmlDataModel::createScxmlDataModel(const QString& pluginKey)
{