From b8360981791f876d835d3c3efcb1c6821e421b81 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 12 Oct 2021 09:09:34 +0200 Subject: 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 --- src/corelib/doc/src/cmake/cmake-variables.qdoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/corelib/doc/src/cmake/cmake-variables.qdoc') 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 -- cgit v1.2.3