[Doxygen-users] Link to README.md
Brought to you by:
dimitri
From: Christian <0x...@po...> - 2016-04-28 12:38:24
|
Hi, I am using doxygen 1.8.11 and I try to link my README markdown file. I was reading https://www.stack.nl/~dimitri/doxygen/manual/markdown.html#md_page_header and it seems a simple [Link to README](README.md) should be enough, but the link is not created. The README file does appear though under the Related Pages Tab and it has a Level 1 Header if this important. If I use a header label {#myheader}, then I can do [Link to README](@ref myheader) but this header label is also rendered by github and that doesn't look very nice. So how do I get doxygen to create a link to my README.md file? Regards Christian |