summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/api/qxmlschemavalidator.cpp
diff options
context:
space:
mode:
authorTobias Koenig <tokoe@kde.org>2009-05-20 19:11:14 (GMT)
committerTobias Koenig <tokoe@kde.org>2009-05-20 19:11:14 (GMT)
commit676d97d56a96c46cd9b9a2d6ba5d5f535f974d42 (patch)
treedb0d166616100d53b923927337c2bdb0ad3bd278 /src/xmlpatterns/api/qxmlschemavalidator.cpp
parentf66a475a236649c94a47f668ba3461bdc325c308 (diff)
downloadQt-676d97d56a96c46cd9b9a2d6ba5d5f535f974d42.zip
Qt-676d97d56a96c46cd9b9a2d6ba5d5f535f974d42.tar.gz
Qt-676d97d56a96c46cd9b9a2d6ba5d5f535f974d42.tar.bz2
Complete documentation of schema example and reference it from api docs
Diffstat (limited to 'src/xmlpatterns/api/qxmlschemavalidator.cpp')
-rw-r--r--src/xmlpatterns/api/qxmlschemavalidator.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmlpatterns/api/qxmlschemavalidator.cpp b/src/xmlpatterns/api/qxmlschemavalidator.cpp
index 7a4ce03..a69b081 100644
--- a/src/xmlpatterns/api/qxmlschemavalidator.cpp
+++ b/src/xmlpatterns/api/qxmlschemavalidator.cpp
@@ -62,6 +62,8 @@
The QXmlSchemaValidator class loads, parses an XML instance document and validates it
against a W3C XML Schema that has been compiled with \l{QXmlSchema}.
+
+ \sa QXmlSchema, {xmlpatterns/schema}{XML Schema Validation Example}
*/
/*!