summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/cmake/cmake-variables.qdoc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2021-10-12 09:09:34 +0200
committerTopi Reinio <topi.reinio@qt.io>2021-10-12 14:08:08 +0200
commitb8360981791f876d835d3c3efcb1c6821e421b81 (patch)
treebaa34471acc8abb172f0d0f46bd38b49bd8fa124 /src/corelib/doc/src/cmake/cmake-variables.qdoc
parent3b6a02788523c88b0ceb2bc80364a4088dae1e47 (diff)
Doc: Fix usage of \summary macro
The macro takes only one parameter, sentences must be wrapped in {}. Pick-to: 6.2 Fixes: QTBUG-97441 Change-Id: I7177548a32a67d720c2b551d16c09d898b0fda51 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/corelib/doc/src/cmake/cmake-variables.qdoc')
-rw-r--r--src/corelib/doc/src/cmake/cmake-variables.qdoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/corelib/doc/src/cmake/cmake-variables.qdoc b/src/corelib/doc/src/cmake/cmake-variables.qdoc
index d6feb215a3..af7a8b7aca 100644
--- a/src/corelib/doc/src/cmake/cmake-variables.qdoc
+++ b/src/corelib/doc/src/cmake/cmake-variables.qdoc
@@ -47,7 +47,7 @@ find_package(Qt6 COMPONENTS Core REQUIRED)
\title ANDROID_NDK_HOST_SYSTEM_NAME
\target cmake-variable-ANDROID_NDK_HOST_SYSTEM_NAME
-\summary Android-specific architecture of the host system.
+\summary {Android-specific architecture of the host system.}
\preliminarycmakevariable
\cmakevariableandroidonly
@@ -66,7 +66,7 @@ part of the deployment settings for a target.
\title ANDROID_SDK_ROOT
\target cmake-variable-ANDROID_SDK_ROOT
-\summary Location of the Android SDK.
+\summary {Location of the Android SDK.}
\preliminarycmakevariable
\cmakevariableandroidonly
@@ -85,7 +85,7 @@ It is written out as part of the deployment settings for a target.
\title QT_ANDROID_APPLICATION_ARGUMENTS
\target cmake-variable-QT_ANDROID_APPLICATION_ARGUMENTS
-\summary List of arguments to pass to Android applications.
+\summary {List of arguments to pass to Android applications.}
\preliminarycmakevariable
\cmakevariableandroidonly
@@ -104,7 +104,7 @@ out as part of the deployment settings for a target.
\title QT_HOST_PATH
\target cmake-variable-QT_HOST_PATH
-\summary Location of the host Qt installation when cross-compiling.
+\summary {Location of the host Qt installation when cross-compiling.}
\preliminarycmakevariable
@@ -121,7 +121,7 @@ platform. It is used to locate tools to be run on the host (\l{moc}, \l{rcc},
\title QT_NO_SET_XCODE_DEVELOPMENT_TEAM_ID
\target cmake-variable-QT_NO_SET_XCODE_DEVELOPMENT_TEAM_ID
-\summary Disables providing a fallback team ID during target finalization on iOS.
+\summary {Disables providing a fallback team ID during target finalization on iOS.}
When finalizing an executable target on iOS,
\l{qt6_finalize_target}{qt_finalize_target()} will populate the target's
@@ -137,7 +137,7 @@ Set \c QT_NO_SET_XCODE_DEVELOPMENT_TEAM_ID to true if you want to prevent this.
\title QT_NO_SET_XCODE_BUNDLE_IDENTIFIER
\target cmake-variable-QT_NO_SET_XCODE_BUNDLE_IDENTIFIER
-\summary Disables providing a fallback app bundle ID during target finalization on iOS.
+\summary {Disables providing a fallback app bundle ID during target finalization on iOS.}
When finalizing an executable target on iOS,
\l{qt6_finalize_target}{qt_finalize_target()} will populate the target's