aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/examples.qdoc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2015-09-29 14:01:40 +0200
committerNico Vertriest <nico.vertriest@digia.com>2015-09-30 10:30:19 +0000
commit0678bc8d0676907c0a6f60a6b121d1f10b973e1e (patch)
tree22ee365d26aeae3b8a3c70eb3b1d6c15cc9431b9 /src/quick/doc/src/examples.qdoc
parent98637d8ba2bb40d5bfa0fa63dbc56541ac8ddd64 (diff)
Doc: replaced \target with \keyword if at top of page
A \target whose purpose is to link to the top of a page (and not to a section within a page) works better as a \keyword, because \target generates a new html anchor which, in this case, is not tied to any title element on the page. A \keyword links to the page itself, as expected. Change-Id: Ic7c83efc5066674aba3d65164bf2cf53697df4d6 Task-number: QTBUG-48482 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/quick/doc/src/examples.qdoc')
-rw-r--r--src/quick/doc/src/examples.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/doc/src/examples.qdoc b/src/quick/doc/src/examples.qdoc
index dd21270673..e69c2f6551 100644
--- a/src/quick/doc/src/examples.qdoc
+++ b/src/quick/doc/src/examples.qdoc
@@ -32,7 +32,7 @@
\brief Building UIs with QML
\ingroup all-examples
\ingroup qtquick
-\target qtquick-samples
+\keyword qtquick-samples
Qt includes several examples to demonstrate a particular usage. The examples
run as applications or as non-GUI examples in Qt Creator. Qt tutorials show