diff options
author | Leena Miettinen <riitta-leena.miettinen@digia.com> | 2014-10-17 15:55:53 +0200 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> | 2015-01-05 16:59:36 +0100 |
commit | 060cc3c47062a35e8127413ece57573d1aca067f (patch) | |
tree | f470e22b330ae41026949b3491a1f5e241564139 /src/xmlpatterns/api | |
parent | 64dcf54e06556f951dff277feb9a9b6aa7767cf8 (diff) | |
download | qtxmlpatterns-060cc3c47062a35e8127413ece57573d1aca067f.tar.gz |
- Add \brief commands to example docs to show descriptions
- Add an examples page with the \group command
- Link to the examples page from the module index page
- Edit the .qdocconf file
- Edit the .gitignore file to allow pushing changes to examples
- Add a generic thumbnail image for C++ Code Analyzer example
Change-Id: I1a313ae26664ce9fc50ef8962f0facd57dea546b
Reviewed-by: Martin Smith <martin.smith@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/xmlpatterns/api')
-rw-r--r-- | src/xmlpatterns/api/qxmlschema.cpp | 2 | ||||
-rw-r--r-- | src/xmlpatterns/api/qxmlschemavalidator.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/xmlpatterns/api/qxmlschema.cpp b/src/xmlpatterns/api/qxmlschema.cpp index a050a80..62dc3d1 100644 --- a/src/xmlpatterns/api/qxmlschema.cpp +++ b/src/xmlpatterns/api/qxmlschema.cpp @@ -63,7 +63,7 @@ QT_BEGIN_NAMESPACE This class is used to represent schemas that conform to the \l{XML Schema} 1.0 specification. - \sa QXmlSchemaValidator, {xmlpatterns/schema}{XML Schema Validation Example} + \sa QXmlSchemaValidator, {schema}{XML Schema Validation Example} */ /*! diff --git a/src/xmlpatterns/api/qxmlschemavalidator.cpp b/src/xmlpatterns/api/qxmlschemavalidator.cpp index da0ed3a..3783520 100644 --- a/src/xmlpatterns/api/qxmlschemavalidator.cpp +++ b/src/xmlpatterns/api/qxmlschemavalidator.cpp @@ -69,7 +69,7 @@ QT_BEGIN_NAMESPACE This class implements schema validation according to the \l{XML Schema} 1.0 specification. - \sa QXmlSchema, {xmlpatterns/schema}{XML Schema Validation Example} + \sa QXmlSchema, {schema}{XML Schema Validation Example} */ /*! |