Doc: Fix QDoc warnings in tasktree.cpp

Change-Id: Ie55d7828998d847e85d62fe7ba9693b94c33e614
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
Leena Miettinen
2025-01-17 12:58:44 +01:00
parent 53ce3755e9
commit d217366222

View File

@@ -320,7 +320,7 @@ private:
*/ */
/*! /*!
\typealias GroupItems \typealias Tasking::GroupItems
Type alias for QList<GroupItem>. 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 \overload
\sa GroupItem(const GroupItems &items) \sa GroupItem(const GroupItems &items)
*/ */
@@ -972,6 +972,14 @@ private:
\sa sequential, parallelLimit() \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 \variable Tasking::parallelIdealThreadCountLimit
A convenient global group's element describing the parallel execution mode with a limited 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. 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 \enum Tasking::SetupResult