Closed
Description
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