aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmlcompiler')
-rw-r--r--src/qmlcompiler/qqmljsmetatypes.cpp2
-rw-r--r--src/qmlcompiler/qqmlsa.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/qmlcompiler/qqmljsmetatypes.cpp b/src/qmlcompiler/qqmljsmetatypes.cpp
index 843527ea96..2b67925717 100644
--- a/src/qmlcompiler/qqmljsmetatypes.cpp
+++ b/src/qmlcompiler/qqmljsmetatypes.cpp
@@ -11,7 +11,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QQmlJSMetaPropertyBinding
-
+ \inmodule QtQmlCompiler
\internal
Represents a single QML binding of a specific type. Typically, when you
diff --git a/src/qmlcompiler/qqmlsa.cpp b/src/qmlcompiler/qqmlsa.cpp
index dbeb9b0c7d..0da46f32ad 100644
--- a/src/qmlcompiler/qqmlsa.cpp
+++ b/src/qmlcompiler/qqmlsa.cpp
@@ -705,6 +705,7 @@ QQmlJSMetaMethod MethodPrivate::method(const QQmlSA::Method &method)
/*!
\class QQmlSA::PropertyPrivate
+ \inmodule QtQmlCompiler
\internal
*/
PropertyPrivate::PropertyPrivate(Property *iface) : q_ptr{ iface } { }