Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.13.0 RC 1
-
None
-
c7c3e2f26af0842631c95f054600b6b90ef3675b (qt/qttools/5.13)
Description
Commit 50a172f8 broke the way QDoc parses include paths passed
from qdocconf files by always prepending them with '-I'. While
this ensured that Clang uses them as include paths, QDoc no
longer finds module headers local to the documentation project
as '-I/path/to/module' is never a valid file system path.
This increases the qdoc warning count for modules that use custom module headers (i.e. 'moduleheader' qdocconf variable.