qt6-bb10/src
Luca Di Sera b667d19641 Doc: Fix template information for QFutureWatcher members
When QDoc parses a project, it parses the source code to extract the
user-provided documentation and perform sanity checkings based on the
code itself on it.

When QDoc parses an "\fn" command as part of this process, it tries to
understand, based on its intermediate representation built on the
information extracted from the code-base, which "documentable element"
the "\fn" refers to.

When QDoc performs this "matching" process, it takes into consideration
only a certain amount of information.
For example, no checking is performed over the template declaration of a
callable.

Due to some upcoming documentation, where two callables are
indistinguishable to the current process, as they differ only in their
template declaration, QDoc will start to take into consideration the
template declaration of a callable when matching.

This implies that an "\fn" command should now provide information
parity, with regards to template declaration for callables, with the
code-base so that QDoc can perform the match correctly.

The documentation for some of the members of `QFutureWatcher` is not in sync
with the intended target template declaration.

Hence, add the missing information to the relevant "\fn" commands.

Task-number: QTBUG-118080
Change-Id: I33932d0ef693f6e045ecf4414d05dadfb66d3d09
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
2023-11-18 15:00:31 +01:00
..
3rdparty Upgrade to Harfbuzz 8.3.0 2023-11-16 02:55:10 +01:00
android Android: cleanup unused java imports 2023-11-18 00:00:10 +02:00
assets Add XDG theme file for example icons 2023-06-26 17:32:10 +00:00
concurrent Doc: Fix \fn template arguments for Qt Concurrent 2023-11-18 13:01:53 +01:00
corelib Doc: Fix template information for QFutureWatcher members 2023-11-18 15:00:31 +01:00
dbus Doc: Fix \fn template arguments for Qt DBus 2023-11-18 13:02:01 +01:00
entrypoint
gui Doc: Fix \fn template arguments for Qt Gui 2023-11-18 13:02:07 +01:00
network http2: Fix authentication code and race 2023-11-15 12:18:14 +01:00
opengl Doc: Fix \fn template arguments for Qt OpenGL 2023-11-18 10:31:35 +01:00
openglwidgets QOpenGLWidget: Call glClear in the default paintGL implementation 2023-09-04 11:46:29 +02:00
platformsupport tslib: generate event with correct buttons and event type 2023-11-08 13:40:44 +02:00
plugins Remove ambiguity in handling of registry keys from setupAPI.h 2023-11-17 23:29:00 +01:00
printsupport QPrinter: allow any margins when setting a fullpage QPageLayout 2023-11-09 16:52:45 +00:00
sql Highlight some examples for 'Data Processing & IO' category 2023-10-31 19:35:59 +02:00
testlib [doc] QBENCHMARK_ONCE: fix typos 2023-11-15 23:40:24 +01:00
tools uic: Use fully qualified enum value for remaining cases 2023-11-15 23:40:24 +01:00
widgets Doc: Fix \fn template arguments for Qt Widgets 2023-11-18 13:02:13 +01:00
xml Doc: Fix warnings and linking issues 2023-10-09 17:24:07 +00:00
CMakeLists.txt Add Qt icon library for examples 2023-04-22 18:14:38 +03:00