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/sax/qxml.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/xml/sax') diff --git a/src/xml/sax/qxml.cpp b/src/xml/sax/qxml.cpp index 4a99681101..c6f2e12904 100644 --- a/src/xml/sax/qxml.cpp +++ b/src/xml/sax/qxml.cpp @@ -2773,8 +2773,7 @@ void QXmlSimpleReaderPrivate::initIncrementalParsing() there might be more readers with different properties available (e.g. a validating parser). - The design of the XML classes follows the \link - http://www.saxproject.org/ SAX2 Java interface\endlink, with + The design of the XML classes follows the \l{SAX2 Java interface}, with the names adapted to fit Qt naming conventions. It should be very easy for anybody who has worked with SAX2 to get started with the Qt XML classes. -- cgit v1.2.3