Add \brief descriptions to QtConcurrent topics

Fixes: QTBUG-104213
Change-Id: Ib787546ef74133aca4b963a4341283147d2e8fb2
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
(cherry picked from commit 581a342a3c6b62ccb7b9df8a9985460fa366e265)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Sona Kurazyan 2022-07-18 17:11:01 +02:00 committed by Qt Cherry-pick Bot
parent 5f564b04bf
commit cddb14b424
4 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@
/*!
\page qtconcurrentfilter.html
\title Concurrent Filter and Filter-Reduce
\brief Selecting values from a sequence and combining them, all in parallel.
\ingroup thread
The QtConcurrent::filter(), QtConcurrent::filtered() and

View File

@ -108,6 +108,7 @@
/*!
\page qtconcurrentmap.html
\title Concurrent Map and Map-Reduce
\brief Transforming values from a sequence and combining them, all in parallel.
\ingroup thread
The QtConcurrent::map(), QtConcurrent::mapped() and

View File

@ -4,6 +4,7 @@
/*!
\page qtconcurrentrun.html
\title Concurrent Run
\brief A simple way to run a task in a separate thread.
\ingroup thread
The QtConcurrent::run() function runs a function in a separate thread.

View File

@ -4,6 +4,7 @@
/*!
\page qtconcurrenttask.html
\title Concurrent Task
\brief A configurable way to run a task in a separate thread.
\ingroup thread
QtConcurrent::task provides an alternative interface for running a