I have a URI to a wiki page that I want to combine with my doxygen output.
- How should I should modify my Doxyfile to pull in the wiki's markdown file?
- How can I give the URI to the wiki to my Doxyfile, so that I do not have to maintain a repo-level copy of it for doxygen to use?
To clarify further, I have GitHub wiki page (markdown file) for my project that I want to have rendered into doxygen html output. What is the procedure for doing this?
FYI: Here is what I tried:
- I created a separate tab in my layout with a link to the wiki as a temporary workaround ("Adding new user Tab in the doxygen Layout"), but I will need to render the wiki into my html doxygen output, for delivery to our customer.
- Copied over the wiki's markdown file to my repo, added the file's path to my Doxyfile's
INPUT
, however all of the internal page links from the (GitHub) markdown do not work (tried with three different browsers). Here is how the internal links look
[fnReadValue](#fnReadValue)