From 109af99261f3a3fd05954ba0f6e01b83c19dcf81 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Fri, 10 Aug 2018 12:14:05 +0200 Subject: qdoc: Fix several minor errors to reduce qdoc warnings This update corrects several minor documentation errors that cause qdoc warnings. These include incorrect or missing \fn commands, incorrect uses of \e and \a commands together, incorrect spellings, etc. Change-Id: Ib26edef541fa3440025490bcf79cc101623e7f7b Reviewed-by: Martin Smith --- src/xml/doc/src/xml-processing.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xml/doc/src/xml-processing.qdoc') diff --git a/src/xml/doc/src/xml-processing.qdoc b/src/xml/doc/src/xml-processing.qdoc index 00c73b4465..4dfcbf4722 100644 --- a/src/xml/doc/src/xml-processing.qdoc +++ b/src/xml/doc/src/xml-processing.qdoc @@ -376,7 +376,7 @@ reported through the handler. \endtable - The \l{SAX Bookmarks example} illustrates how to subclass + The \l{SAX Bookmarks Example} illustrates how to subclass QXmlDefaultHandler to read an XML bookmark file (XBEL) and how to generate XML by hand. @@ -606,7 +606,7 @@ DOM implementation. To get started please refer to the \l QDomDocument documentation. - You might also want to take a look at the \l{DOM Bookmarks example}, + You might also want to take a look at the \l{DOM Bookmarks Example}, which illustrates how to read and write an XML bookmark file (XBEL) using DOM. */ -- cgit v1.2.3