summaryrefslogtreecommitdiffstats
path: root/examples/help
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-12-05 12:48:16 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-05 13:05:13 +0100
commitfcdb49368752aee51c6eadaa5482244df22395e2 (patch)
tree380a64e2b7e7fbc62c47489666539c13938ba4d3 /examples/help
parentb1ab872fdb183757a09878fc645597af5f8610b9 (diff)
Add \brief description to tools examples.
Change-Id: I713620c8c5cf55147b1c5732d745569916a8e264 Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples/help')
-rw-r--r--examples/help/simpletextviewer/doc/src/simpletextviewer.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/help/simpletextviewer/doc/src/simpletextviewer.qdoc b/examples/help/simpletextviewer/doc/src/simpletextviewer.qdoc
index 63ea51a4b..dd8904721 100644
--- a/examples/help/simpletextviewer/doc/src/simpletextviewer.qdoc
+++ b/examples/help/simpletextviewer/doc/src/simpletextviewer.qdoc
@@ -29,15 +29,15 @@
\example help/simpletextviewer
\title Simple Text Viewer Example
- The Simple Text Viewer example shows how to use \QA as a customized
+ \brief The Simple Text Viewer example shows how to use \QA as a customized
help viewer for your application.
+ \image simpletextviewer-example.png
+
This is done in two stages. Firstly, documentation is created and \QA
is customized; secondly, the functionality to launch and control
\QA is added to the application.
- \image simpletextviewer-example.png
-
The Simple Text Viewer application lets the user select and view
existing files.