Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
Description
Since qdoc was ported to use clang, it requires to parse the module header to build up its AST for all C++ classes. While this works fine for Qt modules, it makes it hard to use for normal qt projects.
E.g. https://codereview.qt-project.org/#/c/256891/
To make neptune3 to pick up the autogenerated C++ files (they contain qdoc comments) an artificial module header needs to be created manually to pick up all files.
It would be great if qdoc would fall back to parse all headers in the headersdir when no module header was found.
Attachments
Issue Links
- relates to
-
QTBUG-76005 QDoc can't find the module header
-
- Closed
-