summaryrefslogtreecommitdiffstats
path: root/examples/threads/doc/src/waitconditions.qdoc
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-12-10 13:23:10 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-10 21:15:03 +0100
commit2a9144541577d24ca010fe6a219f514a2cf208dc (patch)
treef04546dd0d1dfbab9fe21719302bb6062466a495 /examples/threads/doc/src/waitconditions.qdoc
parent159713de3b00db199ccf08de23f93a5297491f5c (diff)
Mark \brief comments in thread examples.
Change-Id: Ib496b1e500820774354c20003edb22748324cb5f Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples/threads/doc/src/waitconditions.qdoc')
-rw-r--r--examples/threads/doc/src/waitconditions.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/threads/doc/src/waitconditions.qdoc b/examples/threads/doc/src/waitconditions.qdoc
index 6d42719f8d..ea49a93d60 100644
--- a/examples/threads/doc/src/waitconditions.qdoc
+++ b/examples/threads/doc/src/waitconditions.qdoc
@@ -29,7 +29,7 @@
\example waitconditions
\title Wait Conditions Example
- The Wait Conditions example shows how to use QWaitCondition and
+ \brief The Wait Conditions example shows how to use QWaitCondition and
QMutex to control access to a circular buffer shared by a
producer thread and a consumer thread.