Doc: Qt Concurrent: Fully qualify \typedef documentation

Upcoming changes to QDoc require API entities to be fully qualified;
previously, QDoc maintained a list of 'open namespaces' that were
part of matching the documented entity with its declaration, but
that concept does not work for parallelized parsing where the order
of processing can be arbitrary.

Change-Id: I18dbe83716831451ef02153b24e94a70c3cf87a7
Reviewed-by: Luca Di Sera <luca.disera@qt.io>
bb10
Topi Reinio 2024-02-12 12:00:08 +00:00
parent a50a36f72b
commit 011beb4506
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
*/
/*!
\typedef InvokeResultType
\typedef QtConcurrent::InvokeResultType
\relates QtConcurrent::QTaskBuilder
The simplified definition of this type looks like this: