summaryrefslogtreecommitdiffstats
path: root/examples/xml/doc/src/saxbookmarks.qdoc
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2012-11-28 17:04:12 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-29 13:51:54 +0100
commit4727bb59912484b7f67a56b1fbed4919d5b71c19 (patch)
tree4cfcdffc04316ca5e82f60fe812ce24d04488c36 /examples/xml/doc/src/saxbookmarks.qdoc
parenta4c7340b73fb93813b74001301b274b42990a896 (diff)
Add \brief to the examples.
That is used by qdoc to generate brief descriptions for the example manifests. Change-Id: I142a6d3259f90d0c9990033b3c36e139062ac343 Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'examples/xml/doc/src/saxbookmarks.qdoc')
-rw-r--r--examples/xml/doc/src/saxbookmarks.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xml/doc/src/saxbookmarks.qdoc b/examples/xml/doc/src/saxbookmarks.qdoc
index e28456ec08..9ed7611184 100644
--- a/examples/xml/doc/src/saxbookmarks.qdoc
+++ b/examples/xml/doc/src/saxbookmarks.qdoc
@@ -29,7 +29,7 @@
\example saxbookmarks
\title SAX Bookmarks Example
- The SAX Bookmarks example provides a reader for XML Bookmark Exchange Language (XBEL)
+ \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
example provides an alternative way to read this type of file.