I know there seems to be a USE_MDFILE_AS_MAINPAGE property which should define a markdown file as the main page, but I tried with doxygen 1.8.5, nothing happened. This markdown file has been specified in INPUT, and MARKDOWN_SUPPORT is also set to yes. Does anyone have this experience and know how to make it work? Thanks!
Asked
Active
Viewed 6,616 times
7
xuhdev
- 1,781
USE_MDFILE_AS_MAINPAGEneeds onlyFILE NAME, no matter where it is. ButINPUTfield needs to include that md file. – AechoLiu Jan 12 '16 at 10:08