forked from qt-creator/qt-creator
Doc: Fix QDoc warnings in tasktree.cpp
Change-Id: Ie55d7828998d847e85d62fe7ba9693b94c33e614 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -320,7 +320,7 @@ private:
|
||||
*/
|
||||
|
||||
/*!
|
||||
\typealias GroupItems
|
||||
\typealias Tasking::GroupItems
|
||||
|
||||
Type alias for QList<GroupItem>.
|
||||
*/
|
||||
@@ -423,7 +423,7 @@ private:
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn GroupItem::GroupItem(std::initializer_list<GroupItem> items)
|
||||
\fn Tasking::GroupItem(std::initializer_list<GroupItem> items)
|
||||
\overload
|
||||
\sa GroupItem(const GroupItems &items)
|
||||
*/
|
||||
@@ -972,6 +972,14 @@ private:
|
||||
\sa sequential, parallelLimit()
|
||||
*/
|
||||
|
||||
/*!
|
||||
\variable Tasking::parallelLimit
|
||||
A convenient global group's element describing the parallel execution mode
|
||||
with a limited number of tasks running simultanously.
|
||||
|
||||
\sa sequential, parallel
|
||||
*/
|
||||
|
||||
/*!
|
||||
\variable Tasking::parallelIdealThreadCountLimit
|
||||
A convenient global group's element describing the parallel execution mode with a limited
|
||||
@@ -1023,6 +1031,11 @@ private:
|
||||
A convenient global group's element describing the FinishAllAndError workflow policy.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\variable Tasking::workflowPolicy
|
||||
A convenient global group's element that describes workflow policies.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\enum Tasking::SetupResult
|
||||
|
||||
|
Reference in New Issue
Block a user