Add \brief descriptions to QtConcurrent topics

Fixes: QTBUG-104213
Pick-to: 6.4 6.3 6.2
Change-Id: Ib787546ef74133aca4b963a4341283147d2e8fb2
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
Sona Kurazyan 2022-07-18 17:11:01 +02:00
parent 5afb5fb8e0
commit 581a342a3c
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