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
parent
a50a36f72b
commit
011beb4506
|
|
@ -51,7 +51,7 @@
|
|||
*/
|
||||
|
||||
/*!
|
||||
\typedef InvokeResultType
|
||||
\typedef QtConcurrent::InvokeResultType
|
||||
\relates QtConcurrent::QTaskBuilder
|
||||
|
||||
The simplified definition of this type looks like this:
|
||||
|
|
|
|||
Loading…
Reference in New Issue