summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 d9c2aeac..bb6bd6ea 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 c42cfb9d..26af8181 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 0dc3a91c..f87107eb 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 7a8b7e85..8b325632 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 08133f65..f4edc84f 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.