diff options
| author | Topi Reinio <topi.reinio@qt.io> | 2023-03-27 14:58:51 +0000 |
|---|---|---|
| committer | Topi Reinio <topi.reinio@qt.io> | 2023-03-29 14:31:59 +0000 |
| commit | 79e8c11eca427c65945248429ab4ca2375e4ac66 (patch) | |
| tree | a7fbae5a194bf26d88292ce1aa8d76f41c742cae /src/qmlmodels/qqmlchangeset.cpp | |
| parent | b093fdc0bec354a885e75716dc6fd43a18ec2e81 (diff) | |
Doc: Use \relates for functions and macros in the global scope
This addresses the recent warnings introduced by a change to QDoc:
src/qmlmodels/qqmlchangeset_p.h:120: (qdoc) warning: No documentation
generated for function 'operator<<' in global scope.
src/qml/doc/src/qmlfunctions.qdoc:534: (qdoc) warning: No documentation
generated for macro 'QML_SEQUENTIAL_CONTAINER' in global scope.
Pick-to: 6.5
Change-Id: I437933f797efc7569eb402e5c31cce8c2ba7d301
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/qmlmodels/qqmlchangeset.cpp')
| -rw-r--r-- | src/qmlmodels/qqmlchangeset.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qmlmodels/qqmlchangeset.cpp b/src/qmlmodels/qqmlchangeset.cpp index 24e8f315dc..35fa95d6a8 100644 --- a/src/qmlmodels/qqmlchangeset.cpp +++ b/src/qmlmodels/qqmlchangeset.cpp @@ -516,6 +516,8 @@ void QQmlChangeSet::change(QVector<Change> *changes) } /*! + \internal + \relates QQmlChangeSet Prints the contents of a change \a set to the \a debug stream. */ @@ -536,6 +538,8 @@ QDebug operator <<(QDebug debug, const QQmlChangeSet &set) } /*! + \internal + \relates QQmlChangeSet Prints a \a change to the \a debug stream. */ |
