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.

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
Describe the bug
When
AUTOLINK_SUPPORTis 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,
Seasonshould also be link to documentation ofSeasonenum, but it is just plain text.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_SUPPORTis enabled, same as other entities.Version
doxygen version:
1.12.0 (c73f5d30f9e8b1df5ba15a1d064ff2067cbb8267)platform: Windows 10, 64-bit
origin: downloaded from doxygen website