summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/api/qxmlschemavalidator.cpp
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-11-24 13:36:34 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-11-24 13:36:34 (GMT)
commit8eea9828289b842c8a300f1f4309d059b15fd7b0 (patch)
treec1e2b8c97fb8d14799e167411aaface4cf347d6a /src/xmlpatterns/api/qxmlschemavalidator.cpp
parentfe23e6e4e7ae81b3a2dee76282be2a4cb4208b89 (diff)
downloadQt-8eea9828289b842c8a300f1f4309d059b15fd7b0.zip
Qt-8eea9828289b842c8a300f1f4309d059b15fd7b0.tar.gz
Qt-8eea9828289b842c8a300f1f4309d059b15fd7b0.tar.bz2
Doc: Added missing version information about XML Schema support.
Reviewed-by: Trust Me
Diffstat (limited to 'src/xmlpatterns/api/qxmlschemavalidator.cpp')
-rw-r--r--src/xmlpatterns/api/qxmlschemavalidator.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xmlpatterns/api/qxmlschemavalidator.cpp b/src/xmlpatterns/api/qxmlschemavalidator.cpp
index 11e0417..682d34f 100644
--- a/src/xmlpatterns/api/qxmlschemavalidator.cpp
+++ b/src/xmlpatterns/api/qxmlschemavalidator.cpp
@@ -71,6 +71,11 @@ QT_BEGIN_NAMESPACE
\snippet doc/src/snippets/qxmlschemavalidator/main.cpp 3
+ \section1 XML Schema Version
+
+ This class implements schema validation according to the \l{XML Schema} 1.0
+ specification.
+
\sa QXmlSchema, {xmlpatterns/schema}{XML Schema Validation Example}
*/