Snippets in the sources list were filtered out but tended to be included
again when the example directories were read. We apply the same filter
to those directories.
Change-Id: I6dd122764c7c5e47fc07a1df3a7daf3099f79a6f
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
(cherry picked from commit 36ea88cd070479f5157789169c9d4b4e100e441f)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 5f78b0e653f07b4e6e041fee09cafd2530767919)
Accept QML value types and QML list types, reject Qt value types
and Qt list types.
Fixes: QTBUG-131243
Change-Id: I757db439a54f024cc7e653f6a399ab63dbb7e6a0
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
(cherry picked from commit f863e700082e98af66a5ed0542f82fc6af2e86e3)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 98bd958a0b9408b38566356a0e4e95c7b3d9ee1f)
Changed the description to indicate that \reimp makes otherwise
undocumented reimplemented functions visible in the documentation
without requiring any additional documentation. Previously, the
description gave the impression that \reimp hides documentation when it
was actually describing the default qdoc behavior.
Fixes: QTBUG-131931
Change-Id: I11c3ae0231339933bb9acfa4b82a6aa2dcc19c84
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
(cherry picked from commit ef17ac8215e6ec8353b4c060b6ea5c58e1d88474)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 6a0a8d1ab34d297d5ae56c8841b8b1fa6d3e1151)
Removes source files from the collection to be parsed if they were
generated by any of the Qt tools. This reduces the qdoc running time for
projects that generate these files.
Change-Id: Ia5e7c51c2432b61d1a3dbef4d1bbbe4d2b2ab7c8
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
(cherry picked from commit 331eec7cf647f814f14a55565a6f5c6179fc19f6)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit aef8baf25767561b1f45bc89e6a205c6f0f6f0ac)