aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qqmlsa.cpp
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@qt.io>2025-11-03 15:24:21 +0100
committerJerome Pasion <jerome.pasion@qt.io>2025-11-07 09:34:15 +0100
commit738e7b06b5282c3fd615acdfdc456dfc1a05c5ef (patch)
tree209b63c6469c77fcb5e6ea86725a84ed0dcb8d2b /src/qmlcompiler/qqmlsa.cpp
parent6852645ee8f551970c78166a578a1d60fbc24b65 (diff)
Doc: Fix QDoc warnings for internal classes and functions
-Mark internal functions with \internal -Sometimes the solution is to have a \class command and marked internal -Fixed whitespace issues when the new marking introduced them Task-number: QTBUG-141665 Change-Id: I4f744aa94ca679da74b6c5e846e49a73346e2625 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qmlcompiler/qqmlsa.cpp')
-rw-r--r--src/qmlcompiler/qqmlsa.cpp1
1 files changed, 1 insertions, 0 deletions
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 } { }