summaryrefslogtreecommitdiffstats
path: root/examples/xml/doc/src/saxbookmarks.qdoc
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2012-12-06 19:27:20 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-11 10:37:51 +0100
commit6a9eb8ed01e002393b2fb26838cefadf8d41f036 (patch)
tree42ddb4c2860db75fc4c75c68e38801091fcefe5c /examples/xml/doc/src/saxbookmarks.qdoc
parent5b3e7c8dfa4856b04013ace24d19bbd104dc3bd0 (diff)
Doc: Added documentation for the examples
- Moved documentation for the Qt XML, Qt Widgets, Qt Concurrent, and Qt Network examples from qtdoc. - Grouped the documentation pages under relevant groups - Fixed \snippet paths Task-number: QTBUG-27515 Change-Id: I43c22a679e2eefbb48e3cd5893aa2afd3d905863 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'examples/xml/doc/src/saxbookmarks.qdoc')
-rw-r--r--examples/xml/doc/src/saxbookmarks.qdoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/xml/doc/src/saxbookmarks.qdoc b/examples/xml/doc/src/saxbookmarks.qdoc
index 9ed7611184..d45549bc1e 100644
--- a/examples/xml/doc/src/saxbookmarks.qdoc
+++ b/examples/xml/doc/src/saxbookmarks.qdoc
@@ -28,13 +28,14 @@
/*!
\example saxbookmarks
\title SAX Bookmarks Example
+ \brief Demonstrates how to read XBEL files
+ \ingroup xml-examples
- \brief The SAX Bookmarks example provides a reader for XML Bookmark Exchange Language (XBEL)
- files that uses Qt's SAX-based API to read and parse the files. The DOM Bookmarks
+ This example uses Qt's SAX API to read and parse the files. The DOM Bookmarks
example provides an alternative way to read this type of file.
\image saxbookmarks-example.png
See the \l{XML Bookmark Exchange Language Resource Page} for more
- information about XBEL files.
+ information about XBEL files.
*/