summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/api/qxmlformatter.cpp
diff options
context:
space:
mode:
authorArnab Datta <arnab.datta@nokia.com>2012-03-30 16:33:48 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-13 13:08:08 +0200
commit08a3b2ea08480ef2f5b4ebc9d9a1442d45e1fa4c (patch)
treed6590c2e805d5d2600059ec3c8136b06e0f14880 /src/xmlpatterns/api/qxmlformatter.cpp
parent0d6c28c5eb7046bbc011b060fdcab1f622ed9f9a (diff)
downloadqtxmlpatterns-08a3b2ea08480ef2f5b4ebc9d9a1442d45e1fa4c.tar.gz
Fixed all qdoc errors for this module (except those related to linking)
Change-Id: I36d07a02ec8dea6bc2d538f32b28b987635c32c1 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/xmlpatterns/api/qxmlformatter.cpp')
-rw-r--r--src/xmlpatterns/api/qxmlformatter.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xmlpatterns/api/qxmlformatter.cpp b/src/xmlpatterns/api/qxmlformatter.cpp
index 7ed77af..619120f 100644
--- a/src/xmlpatterns/api/qxmlformatter.cpp
+++ b/src/xmlpatterns/api/qxmlformatter.cpp
@@ -100,11 +100,11 @@ QXmlFormatterPrivate::QXmlFormatterPrivate(const QXmlQuery &query,
For example, where the base class QXmlSerializer would
output this:
- \quotefile doc/src/snippets/patternist/notIndented.xml
+ \quotefile patternist/notIndented.xml
QXmlFormatter outputs this:
- \quotefile doc/src/snippets/patternist/indented.xml
+ \quotefile patternist/indented.xml
If you just want to serialize your XML in a human-readable
format, use QXmlFormatter as it is. The default indentation
@@ -129,7 +129,7 @@ QXmlFormatterPrivate::QXmlFormatterPrivate(const QXmlQuery &query,
Alternatively, you can subclass QXmlFormatter and reimplement
the callbacks there.
- \snippet doc/src/snippets/code/src_xmlpatterns_api_qxmlformatter.cpp 0
+ \snippet code/src_xmlpatterns_api_qxmlformatter.cpp 0
*/
/*!