summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-11-01 16:30:12 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-11-02 16:04:49 +0000
commit1a81eca1176199a641bfcb98ec8ebf8e9528e800 (patch)
tree51a57356ec9b2c99128a7bc8e696873e50af8cd3
parent304e1ab45762a3c211c25585d8d4e6f24f3688a2 (diff)
downloadqtdoc-1a81eca1176199a641bfcb98ec8ebf8e9528e800.tar.gz
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" {} ; Change-Id: I04945dd4e14c27d3657ef6bd436c9aad74e8f744 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io> (cherry picked from commit 105d283ee5dd31aeb8e8a33c402fa29588d41d63) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/legal/android-runtime-licensing-notes.qdoc2
-rw-r--r--doc/src/whatsnew/qt6-buildsystem.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/legal/android-runtime-licensing-notes.qdoc b/doc/src/legal/android-runtime-licensing-notes.qdoc
index 35259545..3777f76b 100644
--- a/doc/src/legal/android-runtime-licensing-notes.qdoc
+++ b/doc/src/legal/android-runtime-licensing-notes.qdoc
@@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
-\page android_runtime_licensing_notes.html
+\page android-runtime-licensing-notes.html
\title Android GNU C++ Run-time Licensing
\ingroup licensing
\ingroup androidplatform
diff --git a/doc/src/whatsnew/qt6-buildsystem.qdoc b/doc/src/whatsnew/qt6-buildsystem.qdoc
index cbf337ef..854cece3 100644
--- a/doc/src/whatsnew/qt6-buildsystem.qdoc
+++ b/doc/src/whatsnew/qt6-buildsystem.qdoc
@@ -1,7 +1,7 @@
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
-\page qt6_buildsystem.html
+\page qt6-buildsystem.html
\title Build System Changes in Qt 6
\brief Changes in Qt 6 how Qt is built