summaryrefslogtreecommitdiffstats
path: root/doc/src/xml/qtxml.qdoc
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-09-16 14:14:43 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-19 10:24:25 +0200
commitcd621c201ca637385c6e3409d5c84ecec5fb5418 (patch)
tree981b062e3bbc5c513498b18c10ad55f8252e8486 /doc/src/xml/qtxml.qdoc
parent20009ed797fb30952a889df5716aa2399102be58 (diff)
Move the module qdoc files from qtdoc and split up doc/src.
Change-Id: I7d992889379d78e07a0b7023facebd7421cf6d22 Reviewed-on: http://codereview.qt-project.org/5092 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
Diffstat (limited to 'doc/src/xml/qtxml.qdoc')
-rw-r--r--doc/src/xml/qtxml.qdoc23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/src/xml/qtxml.qdoc b/doc/src/xml/qtxml.qdoc
new file mode 100644
index 0000000000..20d7600935
--- /dev/null
+++ b/doc/src/xml/qtxml.qdoc
@@ -0,0 +1,23 @@
+/*!
+ \module QtXml
+ \title QtXml Module
+ \ingroup modules
+ \ingroup technology-apis
+
+ \brief The QtXml module provides a stream reader and writer for
+ XML documents, and C++ implementations of SAX and DOM.
+
+ To include the definitions of the module's classes, use the
+ following directive:
+
+ \snippet doc/src/snippets/code/doc_src_qtxml.cpp 0
+
+ To link against the module, add this line to your \l qmake \c
+ .pro file:
+
+ \snippet doc/src/snippets/code/doc_src_qtxml.pro 1
+
+ Further XML support is provided by the \l{Qt Solutions} group who
+ provide, for example, classes that support SOAP and MML with the
+ Qt XML classes.
+*/