diff options
| author | David Boddie <david.boddie@qt.io> | 2025-10-23 15:07:19 +0200 |
|---|---|---|
| committer | David Boddie <david.boddie@qt.io> | 2025-11-20 13:35:29 +0200 |
| commit | 47cd493415d3b9c4beb5f8a3882a7ec6cfbcabac (patch) | |
| tree | ef0a356ac5965bf74d9355c443b3cf063b2be075 /src/qmlmodels/qquickpackage.cpp | |
| parent | 0fc2cb48419c38313944930c01fa273c823a2e65 (diff) | |
Doc: Make module links more precise, fix markup
QDoc can be inconsistent with link targets when there are duplicate page
and section titles. Using link commands can help with more precise
linking. In addition, code can be markup up as QML or using the \c
command to make quoted content more accurate.
Change-Id: I480b7cd301d5495201af926895a9bfec7b3bd9c8
Reviewed-by: Jerome Pasion <jerome.pasion@qt.io>
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/qmlmodels/qquickpackage.cpp')
| -rw-r--r-- | src/qmlmodels/qquickpackage.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qmlmodels/qquickpackage.cpp b/src/qmlmodels/qquickpackage.cpp index dfe0ddfc44..dae0aae8e0 100644 --- a/src/qmlmodels/qquickpackage.cpp +++ b/src/qmlmodels/qquickpackage.cpp @@ -36,8 +36,9 @@ QT_BEGIN_NAMESPACE \snippet package/view.qml 0 - \note Package is part of QtQml.Models since version 2.14 and part of QtQuick since version 2.0. - Importing Package via QtQuick is deprecated since Qt 5.14. + \note Package is part of \l{QtQml.Models} since version 2.14 and + part of \l[QML]{QtQuick} since version 2.0. + Importing Package via \l[QML]{QtQuick} is deprecated since Qt 5.14. \sa {Qt Quick Examples - Views}, {Qt Qml} */ |
