diff options
author | Tobias Koenig <tokoe@kde.org> | 2009-05-20 19:11:14 (GMT) |
---|---|---|
committer | Tobias Koenig <tokoe@kde.org> | 2009-05-20 19:11:14 (GMT) |
commit | 676d97d56a96c46cd9b9a2d6ba5d5f535f974d42 (patch) | |
tree | db0d166616100d53b923927337c2bdb0ad3bd278 /src/xmlpatterns/api/qxmlschema.cpp | |
parent | f66a475a236649c94a47f668ba3461bdc325c308 (diff) | |
download | Qt-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/qxmlschema.cpp')
-rw-r--r-- | src/xmlpatterns/api/qxmlschema.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmlpatterns/api/qxmlschema.cpp b/src/xmlpatterns/api/qxmlschema.cpp index 8e14f3f..62b6a0e 100644 --- a/src/xmlpatterns/api/qxmlschema.cpp +++ b/src/xmlpatterns/api/qxmlschema.cpp @@ -57,6 +57,8 @@ The QXmlSchema class loads, compiles and validates W3C XML Schema files that can be used further for validation of XML instance documents via \l{QXmlSchemaValidator}. + + \sa QXmlSchemaValidator, {xmlpatterns/schema}{XML Schema Validation Example} */ /*! |