Doc: Normalize page names

qdoc does enforce lowercase file names for .html pages, and also
replaces underscore with a dash. Make sure that the original \page name
already is normalized, so that it's easier to search.

This was done by
  find . -name "*.qdoc" -exec perl -p -i -E "s/\\\page (.*)/\\\page \L\1/ && s/_/-/g" {} ;

Pick-to: 6.4
Change-Id: Ib50b85af8ffd985edf06856266eefdebf8b328a3
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Reviewed-by: Luca Di Sera <luca.disera@qt.io>
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
Kai Köhne 2022-11-01 16:27:35 +01:00
parent 265b1369a3
commit 3834fee3d3
29 changed files with 73 additions and 73 deletions

View File

@ -22,7 +22,7 @@ find_package(Qt6 REQUIRED COMPONENTS Core)
*/
*/*!
\page cmake-variable-ANDROID_NDK_HOST_SYSTEM_NAME.html
\page cmake-variable-android-ndk-host-system-name.html
\ingroup cmake-variables-qtcore
\title ANDROID_NDK_HOST_SYSTEM_NAME
@ -41,7 +41,7 @@ part of the deployment settings for a target.
*/
/*!
\page cmake-variable-ANDROID_SDK_ROOT.html
\page cmake-variable-android-sdk-root.html
\ingroup cmake-variables-qtcore
\title ANDROID_SDK_ROOT
@ -60,7 +60,7 @@ It is written out as part of the deployment settings for a target.
*/
/*!
\page cmake-variable-QT_ANDROID_APPLICATION_ARGUMENTS.html
\page cmake-variable-qt-android-application-arguments.html
\ingroup cmake-variables-qtcore
\title QT_ANDROID_APPLICATION_ARGUMENTS
@ -79,7 +79,7 @@ out as part of the deployment settings for a target.
*/
/*!
\page cmake-variable-QT_ANDROID_BUILD_ALL_ABIS.html
\page cmake-variable-qt-android-build-all-abis.html
\ingroup cmake-variables-qtcore
\title QT_ANDROID_BUILD_ALL_ABIS
@ -112,7 +112,7 @@ The variable is set to FALSE by default.
*/
/*!
\page cmake-variable-QT_ANDROID_ABIS.html
\page cmake-variable-qt-android-abis.html
\ingroup cmake-variables-qtcore
\title QT_ANDROID_ABIS
@ -137,7 +137,7 @@ QT_ANDROID_ABIS logic.
*/
/*!
\page cmake-variable-QT_PATH_ANDROID_ABI.html
\page cmake-variable-qt-path-android-abi.html
\ingroup cmake-variables-qtcore
\title QT_PATH_ANDROID_ABI_<ABI>
@ -156,7 +156,7 @@ Each variable can be used to specify the path to Qt for Android for the correspo
*/
/*!
\page cmake-variable-QT_ANDROID_SIGN_AAB.html
\page cmake-variable-qt-android-sign-aab.html
\ingroup cmake-variables-qtcore
\title QT_ANDROID_SIGN_AAB
@ -181,7 +181,7 @@ Mentioned variables are used internally by \l{androiddeployqt}.
*/
/*!
\page cmake-variable-QT_ANDROID_SIGN_APK.html
\page cmake-variable-qt-android-sign-apk.html
\ingroup cmake-variables-qtcore
\title QT_ANDROID_SIGN_APK
@ -206,7 +206,7 @@ Mentioned variables are used internally by \l{androiddeployqt}.
*/
/*!
\page cmake-variable-QT_NO_COLLECT_BUILD_TREE_APK_DEPS.html
\page cmake-variable-qt-no-collect-build-tree-apk-deps.html
\ingroup cmake-variables-qtcore
\title QT_NO_COLLECT_BUILD_TREE_APK_DEPS
@ -229,7 +229,7 @@ Set \c QT_NO_COLLECT_BUILD_TREE_APK_DEPS to \c TRUE to disable this behavior.
*/
/*!
\page cmake-variable-QT_NO_COLLECT_IMPORTED_TARGET_APK_DEPS.html
\page cmake-variable-qt-no-collect-imported-target-apk-deps.html
\ingroup cmake-variables-qtcore
\title QT_NO_COLLECT_IMPORTED_TARGET_APK_DEPS
@ -255,7 +255,7 @@ Set \c QT_NO_COLLECT_IMPORTED_TARGET_APK_DEPS to \c TRUE to disable this behavio
*/
/*!
\page cmake-variable-QT_HOST_PATH.html
\page cmake-variable-qt-host-path.html
\ingroup cmake-variables-qtcore
\title QT_HOST_PATH
@ -271,7 +271,7 @@ platform. It is used to locate tools to be run on the host (\l{moc}, \l{rcc},
*/
/*!
\page cmake-variable-QT_NO_SET_XCODE_DEVELOPMENT_TEAM_ID.html
\page cmake-variable-qt-no-set-xcode-development-team-id.html
\ingroup cmake-variables-qtcore
\title QT_NO_SET_XCODE_DEVELOPMENT_TEAM_ID
@ -288,7 +288,7 @@ Set \c QT_NO_SET_XCODE_DEVELOPMENT_TEAM_ID to true if you want to prevent this.
*/
/*!
\page cmake-variable-QT_NO_SET_XCODE_BUNDLE_IDENTIFIER.html
\page cmake-variable-qt-no-set-xcode-bundle-identifier.html
\ingroup cmake-variables-qtcore
\title QT_NO_SET_XCODE_BUNDLE_IDENTIFIER
@ -306,7 +306,7 @@ Set \c QT_NO_SET_XCODE_BUNDLE_IDENTIFIER to true if you want to prevent this.
*/
/*!
\page cmake-variable-QT_ENABLE_VERBOSE_DEPLOYMENT.html
\page cmake-variable-qt-enable-verbose-deployment.html
\ingroup cmake-variables-qtcore
\title QT_ENABLE_VERBOSE_DEPLOYMENT
@ -326,7 +326,7 @@ must be set before the first \c{find_package(Qt6)} call to have that effect.
*/
/*!
\page cmake-variable-QT_DEPLOY_SUPPORT.html
\page cmake-variable-qt-deploy-support.html
\ingroup cmake-variables-qtcore
\title QT_DEPLOY_SUPPORT
@ -353,7 +353,7 @@ an application, along with its runtime dependencies:
*/
/*!
\page cmake-variable-QT_NO_STANDARD_PROJECT_SETUP.html
\page cmake-variable-qt-no-standard-project-setup.html
\ingroup cmake-variables-qtcore
\title QT_NO_STANDARD_PROJECT_SETUP
@ -376,7 +376,7 @@ methods provided by CMake.
*/
/*!
\page cmake-variable-QT_IOS_LAUNCH_SCREEN.html
\page cmake-variable-qt-ios-launch-screen.html
\ingroup cmake-variables-qtcore
\title QT_IOS_LAUNCH_SCREEN

View File

@ -8,7 +8,7 @@
**/
/*!
\page cmake-variable-QT_DEPLOY_PREFIX.html
\page cmake-variable-qt-deploy-prefix.html
\ingroup cmake-variables-qtcore
\title QT_DEPLOY_PREFIX
@ -53,7 +53,7 @@ variables.
*/
/*!
\page cmake-variable-QT_DEPLOY_BIN_DIR.html
\page cmake-variable-qt-deploy-bin-dir.html
\ingroup cmake-variables-qtcore
\title QT_DEPLOY_BIN_DIR
@ -94,7 +94,7 @@ should not be used for that scenario.
*/
/*!
\page cmake-variable-QT_DEPLOY_LIB_DIR.html
\page cmake-variable-qt-deploy-lib-dir.html
\ingroup cmake-variables-qtcore
\title QT_DEPLOY_LIB_DIR
@ -136,7 +136,7 @@ should not be used for that scenario.
*/
/*!
\page cmake-variable-QT_DEPLOY_PLUGINS_DIR.html
\page cmake-variable-qt-deploy-plugins-dir.html
\ingroup cmake-variables-qtcore
\title QT_DEPLOY_PLUGINS_DIR
@ -172,7 +172,7 @@ bundle contents.
*/
/*!
\page cmake-variable-QT_DEPLOY_QML_DIR.html
\page cmake-variable-qt-deploy-qml-dir.html
\ingroup cmake-variables-qtcore
\title QT_DEPLOY_QML_DIR
@ -210,7 +210,7 @@ to be deployed to different locations within the app bundle.
*/
/*!
\page cmake-variable-QT_DEPLOY_TRANSLATIONS_DIR.html
\page cmake-variable-qt-deploy-translations-dir.html
\ingroup cmake-variables-qtcore
\title QT_DEPLOY_TRANSLATIONS_DIR
@ -243,7 +243,7 @@ This variable is not meaningful when deploying on macOS or Windows.
*/
/*!
\page cmake-variable-QT_DEPLOY_IGNORED_LIB_DIRS.html
\page cmake-variable-qt-deploy-ignored-lib-dirs.html
\ingroup cmake-variables-qtcore
\title QT_DEPLOY_IGNORED_LIB_DIRS

View File

@ -12,7 +12,7 @@ target properties:
*/
/*!
\page cmake-target-property-QT_ANDROID_DEPLOYMENT_DEPENDENCIES.html
\page cmake-target-property-qt-android-deployment-dependencies.html
\ingroup cmake-properties-qtcore
\ingroup cmake-target-properties-qtcore
@ -43,7 +43,7 @@ is listed before its dependencies, it will fail to load on some devices.
*/
/*!
\page cmake-target-property-QT_ANDROID_EXTRA_LIBS.html
\page cmake-target-property-qt-android-extra-libs.html
\ingroup cmake-properties-qtcore
\ingroup cmake-target-properties-qtcore
@ -65,7 +65,7 @@ to enable OpenSSL in your application. For more information, see
*/
/*!
\page cmake-target-property-QT_ANDROID_EXTRA_PLUGINS.html
\page cmake-target-property-qt-android-extra-plugins.html
\ingroup cmake-properties-qtcore
\ingroup cmake-target-properties-qtcore
@ -96,7 +96,7 @@ mangling is applied to the plugin library.
*/
/*!
\page cmake-target-property-QT_ANDROID_MIN_SDK_VERSION.html
\page cmake-target-property-qt-android-min-sdk-version.html
\ingroup cmake-properties-qtcore
\ingroup cmake-target-properties-qtcore
@ -115,7 +115,7 @@ Specifies the minimum Android API level for the target.
*/
/*!
\page cmake-target-property-QT_ANDROID_PACKAGE_SOURCE_DIR.html
\page cmake-target-property-qt-android-package-source-dir.html
\ingroup cmake-properties-qtcore
\ingroup cmake-target-properties-qtcore
@ -148,7 +148,7 @@ then place this directly into the directory specified by this variable.
*/
/*!
\page cmake-target-property-QT_ANDROID_TARGET_SDK_VERSION.html
\page cmake-target-property-qt-android-target-sdk-version.html
\ingroup cmake-properties-qtcore
\ingroup cmake-target-properties-qtcore
@ -167,7 +167,7 @@ Specifies the target Android API level for the target.
*/
/*!
\page cmake-target-property-QT_ANDROID_VERSION_CODE.html
\page cmake-target-property-qt-android-version-code.html
\ingroup cmake-properties-qtcore
\ingroup cmake-target-properties-qtcore
@ -189,7 +189,7 @@ For more information, see \l{Android: App Versioning}{Android App Versioning}.
*/
/*!
\page cmake-target-property-QT_ANDROID_VERSION_NAME.html
\page cmake-target-property-qt-android-version-name.html
\ingroup cmake-properties-qtcore
\ingroup cmake-target-properties-qtcore
@ -211,7 +211,7 @@ For more information, see \l{Android: App Versioning}{Android App Versioning}.
*/
/*!
\page cmake-target-property-QT_ANDROID_ABIS.html
\page cmake-target-property-qt-android-abis.html
\ingroup cmake-properties-qtcore
\ingroup cmake-target-properties-qtcore
@ -234,7 +234,7 @@ The property only affects targets created with
*/
/*!
\page cmake-target-property-QT_QML_ROOT_PATH.html
\page cmake-target-property-qt-qml-root-path.html
\ingroup cmake-properties-qtcore
\ingroup cmake-target-properties-qtcore
@ -255,7 +255,7 @@ will be used instead.
*/
/*!
\page cmake-target-property-QT_QML_IMPORT_PATH.html
\page cmake-target-property-qt-qml-import-path.html
\ingroup cmake-properties-qtcore
\ingroup cmake-target-properties-qtcore
@ -277,7 +277,7 @@ For application-specific QML imports, use
*/
/*!
\page cmake-target-property-QT_ANDROID_DEPLOYMENT_SETTINGS_FILE.html
\page cmake-target-property-qt-android-deployment-settings-file.html
\ingroup cmake-properties-qtcore
\ingroup cmake-target-properties-qtcore
@ -297,7 +297,7 @@ and overwritten by that command.
*/
/*!
\page cmake-target-property-QT_ANDROID_SYSTEM_LIBS_PREFIX.html
\page cmake-target-property-qt-android-system-libs-prefix.html
\ingroup cmake-properties-qtcore
\ingroup cmake-target-properties-qtcore
@ -314,7 +314,7 @@ when those libraries are installed outside app's native (JNI) library directory.
*/
/*!
\page cmake-target-property-QT_ANDROID_NO_DEPLOY_QT_LIBS.html
\page cmake-target-property-qt-android-no-deploy-qt-libs.html
\ingroup cmake-properties-qtcore
\ingroup cmake-target-properties-qtcore
@ -336,7 +336,7 @@ instead.
*/
/*!
\page cmake-target-property-qt_no_entrypoint.html
\page cmake-target-property-qt-no-entrypoint.html
\ingroup cmake-properties-qtcore
\ingroup cmake-target-properties-qtcore
@ -355,7 +355,7 @@ On targets that must provide their own entry point, set the property \c qt_no_en
*/
/*!
\page cmake-target-property-qt_resource_prefix.html
\page cmake-target-property-qt-resource-prefix.html
\ingroup cmake-properties-qtcore
\ingroup cmake-target-properties-qtcore
@ -383,7 +383,7 @@ source file properties:
*/
/*!
\page cmake-source-file-property-QT_RESOURCE_ALIAS.html
\page cmake-source-file-property-qt-resource-alias.html
\ingroup cmake-source-file-properties-qtcore
\title QT_RESOURCE_ALIAS
@ -401,7 +401,7 @@ the property value overrides the runtime path where the resource file is found.
*/
/*!
\page cmake-target-property-QT_WASM_PTHREAD_POOL_SIZE.html
\page cmake-target-property-qt-wasm-pthread-pool-size.html
\ingroup cmake-properties-qtcore
\ingroup cmake-target-properties-qtcore
@ -435,7 +435,7 @@ CMake properties:
*/
/*!
\page cmake-global-property-QT_TARGETS_FOLDER.html
\page cmake-global-property-qt-targets-folder.html
\ingroup cmake-properties-qtcore
\ingroup cmake-global-properties-qtcore
@ -461,7 +461,7 @@ function to enable folder support and initialize the \c{QT_TARGETS_FOLDER}.
*/
/*!
\page cmake-target-property-QT_WASM_INITIAL_MEMORY.html
\page cmake-target-property-qt-wasm-initial-memory.html
\ingroup cmake-properties-qtcore
\ingroup cmake-target-properties-qtcore
@ -483,7 +483,7 @@ For more information, see \l{https://github.com/emscripten-core/emscripten/blob/
*/
/*!
\page cmake-target-property-QT_IOS_LAUNCH_SCREEN.html
\page cmake-target-property-qt-ios-launch-screen.html
\ingroup cmake-properties-qtcore
\ingroup cmake-target-properties-qtcore

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_add_bigresources.html
\page qt-add-bigresources.html
\ingroup cmake-commands-qtcore
\title qt_add_big_resources

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_add_binary_resources.html
\page qt-add-binary-resources.html
\ingroup cmake-commands-qtcore
\title qt_add_binary_resources

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_add_executable.html
\page qt-add-executable.html
\ingroup cmake-commands-qtcore
\title qt_add_executable

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_add_library.html
\page qt-add-library.html
\ingroup cmake-commands-qtcore
\title qt_add_library

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_add_plugin.html
\page qt-add-plugin.html
\ingroup cmake-commands-qtcore
\title qt_add_plugin

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_add_resources.html
\page qt-add-resources.html
\ingroup cmake-commands-qtcore
\title qt_add_resources

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_allow_non_utf8_sources.html
\page qt-allow-non-utf8-sources.html
\ingroup cmake-commands-qtcore
\title qt_allow_non_utf8_sources

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_android_add_apk_target.html
\page qt-android-add-apk-target.html
\ingroup cmake-commands-qtcore
\title qt_android_add_apk_target

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_android_apply_arch_suffix.html
\page qt-android-apply-arch-suffix.html
\ingroup cmake-commands-qtcore
\title qt_android_apply_arch_suffix

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_android_generate_deployment_settings.html
\page qt-android-generate-deployment-settings.html
\ingroup cmake-commands-qtcore
\title qt_android_generate_deployment_settings

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_deploy_qt_conf.html
\page qt-deploy-qt-conf.html
\ingroup cmake-commands-qtcore
\title qt_deploy_qt_conf

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_deploy_runtime_dependencies.html
\page qt-deploy-runtime-dependencies.html
\ingroup cmake-commands-qtcore
\title qt_deploy_runtime_dependencies

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_deploy_translations.html
\page qt-deploy-translations.html
\ingroup cmake-commands-qtcore
\title qt_deploy_translations

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_disable_unicode_defines.html
\page qt-disable-unicode-defines.html
\ingroup cmake-commands-qtcore
\title qt_disable_unicode_defines

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_extract_metatypes.html
\page qt-extract-metatypes.html
\ingroup cmake-commands-qtcore
\title qt_extract_metatypes

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_finalize_project.html
\page qt-finalize-project.html
\ingroup cmake-commands-qtcore
\title qt_finalize_project

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_finalize_target.html
\page qt-finalize-target.html
\ingroup cmake-commands-qtcore
\title qt_finalize_target

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_generate_deploy_app_script.html
\page qt-generate-deploy-app-script.html
\ingroup cmake-commands-qtcore
\title qt_generate_deploy_app_script

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_generate_deploy_script.html
\page qt-generate-deploy-script.html
\ingroup cmake-commands-qtcore
\title qt_generate_deploy_script

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_generate_moc.html
\page qt-generate-moc.html
\ingroup cmake-commands-qtcore
\title qt_generate_moc

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_import_plugins.html
\page qt-import-plugins.html
\ingroup cmake-commands-qtcore
\title qt_import_plugins

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_set_finalizer_mode.html
\page qt-set-finalizer-mode.html
\ingroup cmake-commands-qtcore
\title qt_set_finalizer_mode

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_standard_project_setup.html
\page qt-standard-project-setup.html
\ingroup cmake-commands-qtcore
\title qt_standard_project_setup

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_wrap_cpp.html
\page qt-wrap-cpp.html
\ingroup cmake-commands-qtcore
\title qt_wrap_cpp

View File

@ -254,7 +254,7 @@ source file properties:
*/
/*!
\page cmake-source-file-property-CLASSNAME.html
\page cmake-source-file-property-classname.html
\ingroup cmake-source-file-properties-qtdbus
\title CLASSNAME
@ -271,7 +271,7 @@ with the provided property value.
*/
/*!
\page cmake-source-file-property-INCLUDE.html
\page cmake-source-file-property-include.html
\ingroup cmake-source-file-properties-qtdbus
\title INCLUDE
@ -288,7 +288,7 @@ to the generated C++ file.
*/
/*!
\page cmake-source-file-property-NO_NAMESPACE.html
\page cmake-source-file-property-no-namespace.html
\ingroup cmake-source-file-properties-qtdbus
\title NO_NAMESPACE

View File

@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qt_wrap_ui.html
\page qt-wrap-ui.html
\ingroup cmake-macros-qtwidgets
\title qt_wrap_ui