-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Describe the bug
My Python package contains a subpackage called core that contains a module called models. I can refer to this module with @ref core.models however my output file shows "core::models". Since its a Python package, the documentation should show "core.models" instead.
I noticed this bug on my work laptop, running Doxygen 1.14.0. Initially, I could not reproduce it on my personal laptop, running Doxygen 1.10.0. I have since updated to Doxygen 1.14.0 on my personal laptop and the bug has reappeared. Screenshots from both Doxygen versions shown below.
Screenshots
Here is the problem, with Doxygen 1.14.0

Here is the correct output, with Doxygen 1.10.0.

To Reproduce
Demo attached for Doxygen 1.14.0
demo.zip
Expected behavior
Since I am documenting a Python package, I would expect to see "core.models" in the documentation; not "core::models".
Version
Doxygen 1.14.0 (cbe58f6)
Windows 11 Home 64-bit