Skip to content

@ref not supported in <summary> tag #11831

@wismill

Description

@wismill

Describe the bug
@ref should be supported in <summary> tag, but got:

warning: Illegal command '@ref' found as part of a summary section

Screenshots

To Reproduce

Use the following markdown file:

<!-- FILE: test.md -->
@anchor test

<details>
<summary>before @ref test "test anchor link" after</summary>
...
</details>

Expected behavior
@ref should be handle properly as in any other relevant tag.

Version
1.14.0, Linux (openSUSE Tumbleweed)

Stack trace

Additional context

Example in browser:

This a test for summary tag

It work as intended. Even compatible with accessibility features!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementa request to enhance doxygen, not a bugfixed but not releasedBug is fixed in github, but still needs to make its way to an official releasehas pull request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions