summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/qtconcurrent-wordcount.qdoc
diff options
context:
space:
mode:
authoraavit <qt-info@nokia.com>2011-10-21 07:59:50 (GMT)
committeraavit <qt-info@nokia.com>2011-10-21 07:59:50 (GMT)
commitcda84350a3e38d7a35e6341720e3e353803b8dea (patch)
tree240ba38d683ad1256ca7ddd54f51bf6f21962056 /doc/src/examples/qtconcurrent-wordcount.qdoc
parente5098123c12880d922923d1117f7b82995c6b5a0 (diff)
parent4673878256262802c07303fce1e1f8cc1b7e652b (diff)
downloadQt-cda84350a3e38d7a35e6341720e3e353803b8dea.zip
Qt-cda84350a3e38d7a35e6341720e3e353803b8dea.tar.gz
Qt-cda84350a3e38d7a35e6341720e3e353803b8dea.tar.bz2
Merge remote-tracking branch 'qt-fire-review/master'
Diffstat (limited to 'doc/src/examples/qtconcurrent-wordcount.qdoc')
-rw-r--r--doc/src/examples/qtconcurrent-wordcount.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/qtconcurrent-wordcount.qdoc b/doc/src/examples/qtconcurrent-wordcount.qdoc
index 26e65be..5f87884 100644
--- a/doc/src/examples/qtconcurrent-wordcount.qdoc
+++ b/doc/src/examples/qtconcurrent-wordcount.qdoc
@@ -29,7 +29,7 @@
\example qtconcurrent/wordcount
\title QtConcurrent Word Count Example
- The QtConcurrent Word Count example demonstrates the use of the map-reduce
+ \brief The QtConcurrent Word Count example demonstrates the use of the map-reduce
algorithm when applied to the problem of counting words in a collection
of files.
*/