diff options
author | David Boddie <david.boddie@nokia.com> | 2011-04-27 19:16:41 +0200 |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-05-20 21:08:53 +0200 |
commit | 7c9c8af24d4265f780b2f53468735556bcbae91a (patch) | |
tree | eaabc9207a37cd2a130d998958a8edf4f7eecedb /doc | |
parent | e5bd6e8e4a6764b989b37d083aeda31b44d73ce1 (diff) | |
download | qtxmlpatterns-7c9c8af24d4265f780b2f53468735556bcbae91a.tar.gz |
Squashed commit of the changes from the mobile-examples repository
(4.7-generated-declarative branch).
(cherry picked from commit 539311f7b2687e3148ea695ce06fee768abe7b44)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/examples/recipes.qdoc | 2 | ||||
-rw-r--r-- | doc/src/examples/schema.qdoc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/examples/recipes.qdoc b/doc/src/examples/recipes.qdoc index f34fe3b..8e9619a 100644 --- a/doc/src/examples/recipes.qdoc +++ b/doc/src/examples/recipes.qdoc @@ -29,7 +29,7 @@ \example xmlpatterns/recipes \title Recipes Example - The recipes example shows how to use QtXmlPatterns to query XML data + The Recipes example shows how to use QtXmlPatterns to query XML data loaded from a file. \tableofcontents diff --git a/doc/src/examples/schema.qdoc b/doc/src/examples/schema.qdoc index 1cc4ed3..3fab7d6 100644 --- a/doc/src/examples/schema.qdoc +++ b/doc/src/examples/schema.qdoc @@ -29,8 +29,8 @@ \example xmlpatterns/schema \title XML Schema Validation Example - This example shows how to use QtXmlPatterns to validate XML with - a W3C XML Schema. + The XML Schema Validation example shows how to use QtXmlPatterns to + validate XML with a W3C XML Schema. \tableofcontents |