This is about the Doxyqml tool (https://invent.kde.org/sdk/doxyqml). SUMMARY Since doxyqml!16, commit 371b65ac, doxyqml no longer generates any output for any classes declared in the same `qmldir` file as an internal component or even a public component with the substring `internal` in its name. STEPS TO REPRODUCE 1. Run doxyqml over a file that has an associated `qmldir` file in which the string "internal" appears (anywhere, can be part of a longer word) 2. Note that the output is empty OBSERVED RESULT No output at all EXPECTED RESULT What would normally be output for that file if the string `internal` did not apear in `qmldir`. Exception: if the `qmldir` actually declares the current file to be an internal component, then the output being empty is correct. SOFTWARE/OS VERSIONS Linux, Python 3.10 ADDITIONAL INFORMATION
Normally I tell people to report bugs here and not on the git repo, but in this case I think it looks like the opposite is true. Can I ask you to report this on https://invent.kde.org/sdk/doxyqml/-/issues? Thanks!
(In reply to Nate Graham from comment #1) > Normally I tell people to report bugs here and not on the git repo, but in > this case I think it looks like the opposite is true. Can I ask you to > report this on https://invent.kde.org/sdk/doxyqml/-/issues? Thanks! Done, see https://invent.kde.org/sdk/doxyqml/-/issues/16