Skip to content

Wrong Python module separator #11619

@isaac-blanc

Description

@isaac-blanc

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
Image

Here is the correct output, with Doxygen 1.10.0.
Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions