summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-08-10 12:59:09 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-08-11 09:37:22 +0000
commit3859582b56d7a2c54f3d0f4490ead2cbe5ec13b0 (patch)
treeade0e66a3dfbc08e7f8bcf248edbe3eb7ca45c7e
parent01d8d68a1b46ea090cd68bb59560a00cb72c9249 (diff)
Doc: Use consistent names for .html files
Always start with "qt" Change-Id: I24f617bf8b16758470382cd390021a163b48db48 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit a55442d820550e1af74c491ec3f3604361b332f4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--examples/speech/hello_speak/doc/src/hellospeakex.qdoc2
-rw-r--r--examples/speech/quickspeech/doc/src/quickspeech.qdoc2
-rw-r--r--src/tts/doc/src/qt6-changes.qdoc2
-rw-r--r--src/tts/doc/src/qttexttospeech-examples.qdoc2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/speech/hello_speak/doc/src/hellospeakex.qdoc b/examples/speech/hello_speak/doc/src/hellospeakex.qdoc
index 81d05e8..fac4fa8 100644
--- a/examples/speech/hello_speak/doc/src/hellospeakex.qdoc
+++ b/examples/speech/hello_speak/doc/src/hellospeakex.qdoc
@@ -4,7 +4,7 @@
/*!
\example hello_speak
\title Hello Speak Example
- \ingroup texttospeech_examples
+ \ingroup qttexttospeech_examples
\brief The Hello Speak example reads out user-provided text.
diff --git a/examples/speech/quickspeech/doc/src/quickspeech.qdoc b/examples/speech/quickspeech/doc/src/quickspeech.qdoc
index dda3539..a7e542b 100644
--- a/examples/speech/quickspeech/doc/src/quickspeech.qdoc
+++ b/examples/speech/quickspeech/doc/src/quickspeech.qdoc
@@ -4,7 +4,7 @@
/*!
\example quickspeech
\title Quick Speech Example
- \ingroup texttospeech_examples
+ \ingroup qttexttospeech_examples
\brief The Quick Speech example reads out user-provided text.
The \e{Quick Speech} example demonstrates how the TextToSpeech type can be used
diff --git a/src/tts/doc/src/qt6-changes.qdoc b/src/tts/doc/src/qt6-changes.qdoc
index 76fc536..b7dcddd 100644
--- a/src/tts/doc/src/qt6-changes.qdoc
+++ b/src/tts/doc/src/qt6-changes.qdoc
@@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
- \page texttospeech-changes-qt6.html
+ \page qttexttospeech-changes-qt6.html
\title Changes to Qt TextToSpeech
\ingroup changes-qt-5-to-6
\brief Migrate Qt TextToSpeech to Qt 6.
diff --git a/src/tts/doc/src/qttexttospeech-examples.qdoc b/src/tts/doc/src/qttexttospeech-examples.qdoc
index 783b6ed..7cda7e0 100644
--- a/src/tts/doc/src/qttexttospeech-examples.qdoc
+++ b/src/tts/doc/src/qttexttospeech-examples.qdoc
@@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
- \group texttospeech_examples
+ \group qttexttospeech_examples
\ingroup all-examples
\title Qt TextToSpeech Examples
\brief Demonstrates the text-to-speech functionality provided by Qt.