summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2024-02-14 10:12:26 +0100
committerPaul Wicking <paul.wicking@qt.io>2024-02-14 21:47:28 +0100
commitf157422c58475b3b818b0dddc31289e7105967c2 (patch)
tree084c95e4a0028927f5abfaec0007f2b27cdf069b /src/corelib/doc
parent986f8b361ce9d6163f6ef691cad7b2955dcfe5cc (diff)
Doc: Resolve qdoc link warnings
- Drop link to non-existing documentation. - Reorder links such that the target becomes the text and vice versa. - Use correct link target names. - Add missing qttestlib doc project dependency to qtwidgets. Pick-to: 6.7 Change-Id: Iaa0ea7b22326c82271b14b17c4b78c3a25a834f1 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/corelib/doc')
-rw-r--r--src/corelib/doc/src/cmake/policy/qtp0003.qdoc4
-rw-r--r--src/corelib/doc/src/includes/cmake-deploy-var-usage.qdocinc4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/corelib/doc/src/cmake/policy/qtp0003.qdoc b/src/corelib/doc/src/cmake/policy/qtp0003.qdoc
index 70aef6466c..bf11b6f8b5 100644
--- a/src/corelib/doc/src/cmake/policy/qtp0003.qdoc
+++ b/src/corelib/doc/src/cmake/policy/qtp0003.qdoc
@@ -11,14 +11,14 @@
\summary {Consider the BUILD_SHARED_LIBS value when creating Qt libraries.}
This policy was introduced in Qt 6.7. The policy affects the default type of the
-libraries created using \l {Qt CMake API}{CMake Commands in Qt6 Core}, like
+libraries created using \l {CMake Commands in Qt6 Core}{Qt CMake API}, like
\l {qt_add_library}, \l{qt_add_plugin}, \l{qt_add_qml_module}.
If the policy is set to \c OLD, the default library type that is selected is
aligned with the Qt build type, either \c shared or \c static.
If the policy is set to \c NEW, the library type is selected according to the
-\l {BUILD_SHARED_LIBS}{CMake BUILD_SHARED_LIBS Documentation} value if it's set.
+\l {CMake BUILD_SHARED_LIBS Documentation}{BUILD_SHARED_LIBS} value if it's set.
If \c BUILD_SHARED_LIBS is not set, the default library type falls back to the
Qt build type.
diff --git a/src/corelib/doc/src/includes/cmake-deploy-var-usage.qdocinc b/src/corelib/doc/src/includes/cmake-deploy-var-usage.qdocinc
index c8b67b52b9..27e04b5b08 100644
--- a/src/corelib/doc/src/includes/cmake-deploy-var-usage.qdocinc
+++ b/src/corelib/doc/src/includes/cmake-deploy-var-usage.qdocinc
@@ -2,5 +2,5 @@ This variable is defined by the script named by \l QT_DEPLOY_SUPPORT. It should
only be used as part of deployment during installation or a post-build rule.
\note This is a low-level deployment API variable, and should only be used in
-advanced use-cases that are not covered by the higher-level API commands like
-\l{qt_generate_app_deploy_script}.
+advanced use-cases that are not covered by the higher-level API commands, like
+\l{qt_generate_deploy_app_script}.