diff options
author | Nico Vertriest <nico.vertriest@digia.com> | 2015-09-30 12:25:49 +0200 |
---|---|---|
committer | Topi Reiniƶ <topi.reinio@digia.com> | 2015-10-01 07:59:15 +0000 |
commit | 840c86217b687cffffd8734ea04320538be3a0c4 (patch) | |
tree | 23b89e994a55fff3d6193627763b4e837dfe0a4b /src | |
parent | c4fd65e40d093908f4f5be919a88930c799a2569 (diff) | |
download | qtxmlpatterns-840c86217b687cffffd8734ea04320538be3a0c4.tar.gz |
Doc: Replaced \target with \keyword right after \startpage
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.
Task-number: QTBUG-48482
Change-Id: I0d55924f66c26f3fb23a07be1f1d57f2105c879d
Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/xmlpatterns/doc/src/xquery-introduction.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/doc/src/xquery-introduction.qdoc b/src/xmlpatterns/doc/src/xquery-introduction.qdoc index 6117424..49458ac 100644 --- a/src/xmlpatterns/doc/src/xquery-introduction.qdoc +++ b/src/xmlpatterns/doc/src/xquery-introduction.qdoc @@ -31,7 +31,7 @@ \pagekeywords XPath XQuery \startpage XQuery -\target XQuery-introduction +\keyword XQuery-introduction XQuery is a language for querying XML data or non-XML data that can be modeled as XML. XQuery is specified by the \l{http://www.w3.org}{W3C}. |