summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2020-03-14 22:31:42 +0100
committerTopi Reinio <topi.reinio@qt.io>2020-03-15 10:48:58 +0100
commit26ed956cbc5b081b972fe0c435e77e62d3f7944b (patch)
tree4d2f57a9cae9c8e7fad78bb6630cee40da44217f /src/xml
parent9287447a67e8381e6cfd4bb2b143f522bb7969b1 (diff)
Doc: Remove \contentspage commands
The command is deprecated and has no effect apart from generating a documentation warning. Change-Id: I30871bfd6975f8268930cce99993a8579242fdb8 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/doc/src/xml-processing.qdoc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xml/doc/src/xml-processing.qdoc b/src/xml/doc/src/xml-processing.qdoc
index 4dfcbf4722..8ac279f8b6 100644
--- a/src/xml/doc/src/xml-processing.qdoc
+++ b/src/xml/doc/src/xml-processing.qdoc
@@ -72,7 +72,6 @@
\title An Introduction to Namespaces
\target namespaces
- \contentspage XML Processing
\nextpage XML Streaming
Parts of the Qt XML module documentation assume that you are familiar
@@ -211,7 +210,6 @@
\title XML Streaming
\previouspage An Introduction to Namespaces
- \contentspage XML Processing
\nextpage The SAX Interface
Since version 4.3, Qt provides two new classes for reading and
@@ -290,7 +288,6 @@
\title The SAX interface
\previouspage XML Streaming
- \contentspage XML Processing
\nextpage Working with the DOM Tree
SAX is an event-based standard interface for XML parsers.
@@ -520,7 +517,6 @@
\target dom
\previouspage The SAX Interface
- \contentspage XML Processing
DOM Level 2 is a W3C Recommendation for XML interfaces that maps the
constituents of an XML document to a tree structure. The specification