Skip to content

Doxygen produces wrong link from header file #10252

Closed
@hcw70

Description

@hcw70

Describe the bug

  • Process attached header file with attached doxygen config,
  • open generated index.html
  • open the file "MsgRouter.h"
  • Click "go to source code of this file"

You will find a link on line 1 (the link text is empty, but if you hover over the line number, you will see it),
pointing to the first property of the class.

However, the link should not be there, since the property is defined later in the file.

This is also present in the XML output btw.

Expected behavior
No link should be there in the first line of the output.

To Reproduce
See attached header file / doxyfile

Version
Doxygen version 1.9.6 (4586b5c)
Running under ubuntu 22.04

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions