From 5343ec6cff546e97a5bbe2975459e945aa547630 Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Fri, 11 May 2012 01:55:56 +0100 Subject: QtXml: remove \link usages Change-Id: Ifcf1e66bad04e312c29de623fee47fabb91cc108 Reviewed-by: Casper van Donderen --- src/xml/doc/src/external-resources.qdoc | 15 +++++++++++++-- src/xml/doc/src/xml-processing.qdoc | 6 +++--- 2 files changed, 16 insertions(+), 5 deletions(-) (limited to 'src/xml/doc/src') diff --git a/src/xml/doc/src/external-resources.qdoc b/src/xml/doc/src/external-resources.qdoc index 2f0a67e553..498c64729d 100644 --- a/src/xml/doc/src/external-resources.qdoc +++ b/src/xml/doc/src/external-resources.qdoc @@ -25,12 +25,23 @@ ** ****************************************************************************/ + /*! - \externalpage http://www.w3.org/TR/REC-DOM-Level-1/ - \title W3C DOM Level 1 + \externalpage http://www.w3.org/2000/xmlns/ + \title http://www.w3.org/2000/xmlns/ +*/ + +/*! + \externalpage http://www.saxproject.org/ + \title SAX2 Java interface */ /*! \externalpage http://www.w3.org/TR/DOM-Level-2-Core/ \title W3C DOM Level 2 */ + +/*! + \externalpage http://www.w3.org/TR/REC-DOM-Level-1/ + \title W3C DOM Level 1 +*/ diff --git a/src/xml/doc/src/xml-processing.qdoc b/src/xml/doc/src/xml-processing.qdoc index 617815905e..56fa93990f 100644 --- a/src/xml/doc/src/xml-processing.qdoc +++ b/src/xml/doc/src/xml-processing.qdoc @@ -78,7 +78,7 @@ Parts of the Qt XML module documentation assume that you are familiar with XML namespaces. Here we present a brief introduction; skip to - \link #namespacesConventions Qt XML documentation conventions \endlink + \l{#namespacesConventions}{Qt XML documentation conventions} if you already know this material. Namespaces are a concept introduced into XML to allow a more modular @@ -402,7 +402,7 @@ the element name \e document but not its attributes \e xmlns:book and \e xmlns with their values. A reader with the feature \e http://xml.org/sax/features/namespace-prefixes reports the namespace - attributes if the \link QXmlReader::feature() feature\endlink is + attributes if the \l{QXmlReader::feature()}{feature} is switched on. Other features include \e http://xml.org/sax/features/namespace @@ -465,7 +465,7 @@ a namespace URI for \e xmlns:fnord. This might be changed in the future following the W3C suggestion - \link http://www.w3.org/2000/xmlns/ http://www.w3.org/2000/xmlns/ \endlink + \l{http://www.w3.org/2000/xmlns/} to associate \e xmlns with the namespace \e http://www.w3.org/2000/xmlns. As the SAX2 standard suggests, \l QXmlSimpleReader defaults to having -- cgit v1.2.3