Bug 488682

Summary: Doxyqml: restore output for siblings of internal components
Product: [I don't know] kde Reporter: Olaf Mandel <o.mandel>
Component: generalAssignee: Unassigned bugs <unassigned-bugs-null>
Status: RESOLVED MOVED    
Severity: normal CC: josh, nate
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Olaf Mandel 2024-06-18 18:35:18 UTC
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
Comment 1 Nate Graham 2024-06-19 20:38:00 UTC
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!
Comment 2 Olaf Mandel 2024-06-24 13:21:04 UTC
(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