Skip to content

Enabled AUTOLINK_SUPPORT does not turn enum type names to links #11156

@krolli

Description

@krolli

Describe the bug
When AUTOLINK_SUPPORT is enabled, enum type name appearances in documentation are not links to enum documentation. Other entities (classes, methods, enum members, etc.) appear to work correctly. I've only tested this using C# language, but it may affect other languages as well.

Screenshots
On image below, Season should also be link to documentation of Season enum, but it is just plain text.
image

To Reproduce
Attached is zip containing single C# file and Doxygen config that demonstrate the issue.
test-doxygen-enum-link.zip

Expected behavior
Enum type names would be automatically turned to links to enum documentation when AUTOLINK_SUPPORT is enabled, same as other entities.

Version
doxygen version: 1.12.0 (c73f5d30f9e8b1df5ba15a1d064ff2067cbb8267)
platform: Windows 10, 64-bit
origin: downloaded from doxygen website

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions