summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/api/qxmlschema.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/qxmlschema.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/qxmlschema.cpp')
-rw-r--r--src/xmlpatterns/api/qxmlschema.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xmlpatterns/api/qxmlschema.cpp b/src/xmlpatterns/api/qxmlschema.cpp
index 00a4b69..3de9735 100644
--- a/src/xmlpatterns/api/qxmlschema.cpp
+++ b/src/xmlpatterns/api/qxmlschema.cpp
@@ -64,7 +64,7 @@ QT_BEGIN_NAMESPACE
The following example shows how to load a XML Schema file from the network
and test whether it is a valid schema document:
- \snippet doc/src/snippets/qxmlschema/main.cpp 0
+ \snippet qxmlschema/main.cpp 0
\section1 XML Schema Version
@@ -109,7 +109,7 @@ QXmlSchema::~QXmlSchema()
Example:
- \snippet doc/src/snippets/qxmlschema/main.cpp 0
+ \snippet qxmlschema/main.cpp 0
\sa isValid()
*/
@@ -137,7 +137,7 @@ bool QXmlSchema::load(const QUrl &source)
Example:
- \snippet doc/src/snippets/qxmlschema/main.cpp 1
+ \snippet qxmlschema/main.cpp 1
\sa isValid()
*/
@@ -163,7 +163,7 @@ bool QXmlSchema::load(QIODevice *source, const QUrl &documentUri)
Example:
- \snippet doc/src/snippets/qxmlschema/main.cpp 2
+ \snippet qxmlschema/main.cpp 2
\sa isValid()
*/