summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-12-12 16:27:17 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-17 11:57:02 +0100
commit127f9e109869897c144d86be3a7999a2e1b4dea7 (patch)
treea8de4c50cf4df99f3ec3c9a205dfa846bc6d7abc /examples/qtconcurrent
parent8fa464ffa6d2ec5d1f81c67682d5a688da6ec4e9 (diff)
Fix mandlebrot and imagescaling example qdoc markup.
Change-Id: I5c9802cab917203092d93fca73b166d2dfeb64bc Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples/qtconcurrent')
-rw-r--r--examples/qtconcurrent/imagescaling/doc/src/qtconcurrent-imagescaling.qdoc5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/qtconcurrent/imagescaling/doc/src/qtconcurrent-imagescaling.qdoc b/examples/qtconcurrent/imagescaling/doc/src/qtconcurrent-imagescaling.qdoc
index 4cf07e8edb..c270bda102 100644
--- a/examples/qtconcurrent/imagescaling/doc/src/qtconcurrent-imagescaling.qdoc
+++ b/examples/qtconcurrent/imagescaling/doc/src/qtconcurrent-imagescaling.qdoc
@@ -28,11 +28,10 @@
/*!
\example qtconcurrent/imagescaling
\title Image Scaling Example
- \bried Demonstrates how to asynchronously scale images.
+ \brief Demonstrates how to asynchronously scale images.
\ingroup qtconcurrentexamples
+ \image imagescaling_example.png
The QtConcurrent Map example shows how to use the asynchronous
QtConcurrent API to load and scale a collection of images.
-
- \image imagescaling_example.png
*/