summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2012-11-30 18:51:27 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-30 18:55:34 +0100
commit2cb057efb696d1d784ae01edb197ec8547cafb93 (patch)
tree02d8c925c83fa5109bc0006ba1bca8f6fed6b0c1
parente55daab96ab37da88fd0e1f92997eb4cf2d1f96f (diff)
downloadqtxmlpatterns-2cb057efb696d1d784ae01edb197ec8547cafb93.tar.gz
Doc: Grouped the XML pattern examples under xmlpattern_examples group
Change-Id: Id026f8fe89d5a6e59de5bca14b5d0b5eb2a41752 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--examples/xmlpatterns/filetree/doc/src/filetree.qdoc1
-rw-r--r--examples/xmlpatterns/recipes/doc/src/recipes.qdoc1
-rw-r--r--examples/xmlpatterns/schema/doc/src/schema.qdoc1
-rw-r--r--examples/xmlpatterns/trafficinfo/doc/src/trafficinfo.qdoc2
-rw-r--r--examples/xmlpatterns/xquery/doc/src/globalVariables.qdoc1
5 files changed, 5 insertions, 1 deletions
diff --git a/examples/xmlpatterns/filetree/doc/src/filetree.qdoc b/examples/xmlpatterns/filetree/doc/src/filetree.qdoc
index d9c2aea..bb6bd6e 100644
--- a/examples/xmlpatterns/filetree/doc/src/filetree.qdoc
+++ b/examples/xmlpatterns/filetree/doc/src/filetree.qdoc
@@ -28,6 +28,7 @@
/*!
\example xmlpatterns/filetree
\title File System Example
+ \ingroup xmlpattern_examples
This example shows how to use Qt XML Patterns for querying non-XML
data that is modeled to look like XML.
diff --git a/examples/xmlpatterns/recipes/doc/src/recipes.qdoc b/examples/xmlpatterns/recipes/doc/src/recipes.qdoc
index c42cfb9..26af818 100644
--- a/examples/xmlpatterns/recipes/doc/src/recipes.qdoc
+++ b/examples/xmlpatterns/recipes/doc/src/recipes.qdoc
@@ -28,6 +28,7 @@
/*!
\example xmlpatterns/recipes
\title Recipes Example
+ \ingroup xmlpattern_examples
The Recipes example shows how to use Qt XML Patterns to query XML data
loaded from a file.
diff --git a/examples/xmlpatterns/schema/doc/src/schema.qdoc b/examples/xmlpatterns/schema/doc/src/schema.qdoc
index 0dc3a91..f87107e 100644
--- a/examples/xmlpatterns/schema/doc/src/schema.qdoc
+++ b/examples/xmlpatterns/schema/doc/src/schema.qdoc
@@ -28,6 +28,7 @@
/*!
\example xmlpatterns/schema
\title XML Schema Validation Example
+ \ingroup xmlpattern_examples
The XML Schema Validation example shows how to use Qt XML Patterns to
validate XML with a W3C XML Schema.
diff --git a/examples/xmlpatterns/trafficinfo/doc/src/trafficinfo.qdoc b/examples/xmlpatterns/trafficinfo/doc/src/trafficinfo.qdoc
index 7a8b7e8..8b32563 100644
--- a/examples/xmlpatterns/trafficinfo/doc/src/trafficinfo.qdoc
+++ b/examples/xmlpatterns/trafficinfo/doc/src/trafficinfo.qdoc
@@ -28,7 +28,7 @@
/*!
\example xmlpatterns/trafficinfo
\title TrafficInfo Example
-
+ \ingroup xmlpattern_examples
Shows how XQuery can be used extract information from WML documents provided by a WAP service.
\section1 Overview
diff --git a/examples/xmlpatterns/xquery/doc/src/globalVariables.qdoc b/examples/xmlpatterns/xquery/doc/src/globalVariables.qdoc
index 08133f6..f4edc84 100644
--- a/examples/xmlpatterns/xquery/doc/src/globalVariables.qdoc
+++ b/examples/xmlpatterns/xquery/doc/src/globalVariables.qdoc
@@ -28,6 +28,7 @@
/*!
\example xmlpatterns/xquery/globalVariables
\title C++ Source Code Analyzer Example
+ \ingroup xmlpattern_examples
This example uses XQuery and the \c xmlpatterns command line utility to
query C++ source code.