aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick
diff options
context:
space:
mode:
authorLuca Di Sera <luca.disera@qt.io>2022-09-08 15:17:29 +0200
committerLuca Di Sera <luca.disera@qt.io>2022-09-08 16:46:56 +0200
commitc1b198e013b790b354a433d369ec1a7329455fa9 (patch)
treea79d76e135d25692c70a51425a4972dd2c2d0e8b /examples/quick
parent1e80867eb4b022899f04bc85baeabf536de1908c (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: I0241ffa17d658245516f725e64048e332cbccd42 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples/quick')
-rw-r--r--examples/quick/customitems/slideswitch/doc/src/example-slideswitch.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/customitems/slideswitch/doc/src/example-slideswitch.qdoc b/examples/quick/customitems/slideswitch/doc/src/example-slideswitch.qdoc
index a5ce9a7aae..4c6b37695e 100644
--- a/examples/quick/customitems/slideswitch/doc/src/example-slideswitch.qdoc
+++ b/examples/quick/customitems/slideswitch/doc/src/example-slideswitch.qdoc
@@ -3,7 +3,7 @@
/*!
-\page qmlexampletoggleswitch.html tutorial
+\page qmlexampletoggleswitch.html
\title Qt Quick Examples - Toggle Switch
\brief A reusable switch component made in QML
\ingroup qtquickexamples