Say I have a page, in the Related Pages section, named states.md.
Now, in the doc of a specific method, I want to tell users to go see that file for more details, like "See states.md", with an hyperlink to the page.
The problem is, I have no problem generating the link (I can use the \ref
command like See the \ref states.md "states.md"
, but it seems to work the same if I just write the name of the file), however the link goes to a empty and useless page rather than the actual page :
If I "manually" go to the Related Pages tab, states.md appears in the list, if I click on it from here I can see the content of the file.
How can I make Doxygen generate a link to the actual content of my file, like it appears in the Related Pages tab ?