summaryrefslogtreecommitdiffstats
path: root/examples/threads/doc/src/waitconditions.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/threads/doc/src/waitconditions.qdoc')
-rw-r--r--examples/threads/doc/src/waitconditions.qdoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/threads/doc/src/waitconditions.qdoc b/examples/threads/doc/src/waitconditions.qdoc
index 3ca1970685..6969e46491 100644
--- a/examples/threads/doc/src/waitconditions.qdoc
+++ b/examples/threads/doc/src/waitconditions.qdoc
@@ -26,10 +26,12 @@
****************************************************************************/
/*!
- \example threads/waitconditions
+ \example waitconditions
\title Wait Conditions Example
+ \brief Demonstrates multi-thread programming using Qt
+ \ingroup qtconcurrent-mtexamples
- 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.