aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2021-02-05 15:22:02 +0100
committerNico Vertriest <nico.vertriest@qt.io>2021-02-12 10:47:23 +0100
commitae293f3e9f0be4d92c5c019b809758757a1c104e (patch)
treed6b8039748cfcc8bd44246793b7c4bf22e4d6875 /src/qml
parentabffc685c5efe5c3b1bbb25255f236acf2487447 (diff)
Doc: Add missing \inmodule command
Task-number: QTBUG-90439 Change-Id: I0e29e2ee090d5aa4ae40bcca4bd5fa14f87d9c0c Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/qml')
-rw-r--r--src/qml/jsapi/qjsmanagedvalue.cpp1
-rw-r--r--src/qml/jsapi/qjsprimitivevalue.cpp2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/qml/jsapi/qjsmanagedvalue.cpp b/src/qml/jsapi/qjsmanagedvalue.cpp
index c5651f5dbd..91fb930ba3 100644
--- a/src/qml/jsapi/qjsmanagedvalue.cpp
+++ b/src/qml/jsapi/qjsmanagedvalue.cpp
@@ -61,6 +61,7 @@ QT_BEGIN_NAMESPACE
/*!
* \class QJSManagedValue
+ * \inmodule QtQml
* \since 6.1
*
* \brief QJSManagedValue represents a value on the JavaScript heap belonging to a QJSEngine.
diff --git a/src/qml/jsapi/qjsprimitivevalue.cpp b/src/qml/jsapi/qjsprimitivevalue.cpp
index 52faeeaa02..1d93a3f0e1 100644
--- a/src/qml/jsapi/qjsprimitivevalue.cpp
+++ b/src/qml/jsapi/qjsprimitivevalue.cpp
@@ -47,12 +47,14 @@ QT_BEGIN_NAMESPACE
\since 6.1
\class QJSPrimitiveUndefined
\brief An empty marker type to signify the JavaScript Undefined type and its single value.
+ \inmodule QtQml
*/
/*!
\since 6.1
\class QJSPrimitiveNull
\brief An empty marker type to signify the JavaScript null value.
+ \inmodule QtQml
*/
/*!