diff options
author | Venugopal Shivashankar <venugopal.shivashankar@digia.com> | 2012-11-30 18:51:27 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-11-30 18:55:34 +0100 |
commit | 2cb057efb696d1d784ae01edb197ec8547cafb93 (patch) | |
tree | 02d8c925c83fa5109bc0006ba1bca8f6fed6b0c1 /examples/xmlpatterns/recipes/doc | |
parent | e55daab96ab37da88fd0e1f92997eb4cf2d1f96f (diff) | |
download | qtxmlpatterns-2cb057efb696d1d784ae01edb197ec8547cafb93.tar.gz |
Doc: Grouped the XML pattern examples under xmlpattern_examples group
Change-Id: Id026f8fe89d5a6e59de5bca14b5d0b5eb2a41752
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples/xmlpatterns/recipes/doc')
-rw-r--r-- | examples/xmlpatterns/recipes/doc/src/recipes.qdoc | 1 |
1 files changed, 1 insertions, 0 deletions
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. |