summaryrefslogtreecommitdiffstats
path: root/doc/src/qmlapp
diff options
context:
space:
mode:
authorLuca Di Sera <luca.disera@qt.io>2022-09-08 15:12:25 +0200
committerLuca Di Sera <luca.disera@qt.io>2022-09-08 16:11:16 +0200
commitb7e7261bf7d1e6b4ca06e04ef4af0dc5128fdef9 (patch)
treefc1a7bd510a3bd4a7e7d94ab4da64ce2969a9359 /doc/src/qmlapp
parentf52f6fde694ebb90d358efe824b95014d9a0b669 (diff)
Doc: Remove usages of the second argument of a "\page" command
The "\page" command for QDoc, used to construct a standalone documentation page in the output documentation of a project, was able to take a second argument, apart from the first argument representing the name for the generated documentation page, that roughly represented the type of the page that was to be generated. This second argument was not actually used by QDoc, such that it had no meaningful effect. QDoc was recently modified to not support this second argument, internally, and officially removed its use. For technical legacy reason, QDoc will still support the usage of a second argument for a "\page" command, albeit it will do nothing, as before. To avoid confusion for future readers who might not be aware of the history of the "\page" argument and that will not find an explanation in QDoc's documentation anymore, the usages of the second argument in "\page" commands are now removed. Change-Id: Ic2bd2e0f36011d6b9b0e416cc8eeea8cbbaa6683 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'doc/src/qmlapp')
-rw-r--r--doc/src/qmlapp/internationalization.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qmlapp/internationalization.qdoc b/doc/src/qmlapp/internationalization.qdoc
index c571a90da..df6a25d0f 100644
--- a/doc/src/qmlapp/internationalization.qdoc
+++ b/doc/src/qmlapp/internationalization.qdoc
@@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
-\page qtquick-internationalization.html howto
+\page qtquick-internationalization.html
\title Internationalization and Localization with Qt Quick
\brief Following these steps, you can write your Qt Quick application so it can be localized for multiple languages