aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/qqmldebugservice.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/qml/debugger/qqmldebugservice.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/qml/debugger/qqmldebugservice.cpp')
-rw-r--r--src/qml/debugger/qqmldebugservice.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/qml/debugger/qqmldebugservice.cpp b/src/qml/debugger/qqmldebugservice.cpp
index 56cffc169c..ffc8daa877 100644
--- a/src/qml/debugger/qqmldebugservice.cpp
+++ b/src/qml/debugger/qqmldebugservice.cpp
@@ -111,6 +111,7 @@ void ObjectReferenceHash::remove(QObject *obj)
}
/*!
+ \internal
Returns a unique id for \a object. Calling this method multiple times
for the same object will return the same id.
*/
@@ -132,7 +133,9 @@ int QQmlDebugService::idForObject(QObject *object)
}
/*!
- Returns the mapping of objects to unique \a ids, created through calls to idForObject().
+ \internal
+ Returns the mapping of objects to unique \a ids, created through
+ calls to idForObject().
*/
const QHash<int, QObject *> &QQmlDebugService::objectsForIds()
{