diff options
| author | Jerome Pasion <jerome.pasion@qt.io> | 2025-11-03 15:24:21 +0100 |
|---|---|---|
| committer | Jerome Pasion <jerome.pasion@qt.io> | 2025-11-07 09:34:15 +0100 |
| commit | 738e7b06b5282c3fd615acdfdc456dfc1a05c5ef (patch) | |
| tree | 209b63c6469c77fcb5e6ea86725a84ed0dcb8d2b /src/qml/jsruntime/qv4engine.cpp | |
| parent | 6852645ee8f551970c78166a578a1d60fbc24b65 (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/qml/jsruntime/qv4engine.cpp')
| -rw-r--r-- | src/qml/jsruntime/qv4engine.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/qml/jsruntime/qv4engine.cpp b/src/qml/jsruntime/qv4engine.cpp index cae6cb992f..a3cd7e64cd 100644 --- a/src/qml/jsruntime/qv4engine.cpp +++ b/src/qml/jsruntime/qv4engine.cpp @@ -347,6 +347,11 @@ void ExecutionEngine::initializeStaticMembers() QMetaType::registerConverter<QJSValue, QSequentialIterable>(jsvalueToSequence); } +/*! + \class QV4::ExecutionEngine + \inmodule QtQml + \internal +*/ ExecutionEngine::ExecutionEngine(QJSEngine *jsEngine) : executableAllocator(new QV4::ExecutableAllocator) , regExpAllocator(new QV4::ExecutableAllocator) |
