From 840c86217b687cffffd8734ea04320538be3a0c4 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Wed, 30 Sep 2015 12:25:49 +0200 Subject: Doc: Replaced \target with \keyword right after \startpage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ƶ --- src/xmlpatterns/doc/src/xquery-introduction.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}. -- cgit v1.2.1