M HYPE SPLASH
// news

Doxygen: specify a markdown file as the main page

By Abigail Rogers

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!

2 Answers

I've solved this. USE_MDFILE_AS_MAINPAGE has to be the FILE NAME of the Markdown file you are gonna use, which means, FULL PATH will FAIL. I suppose this is a bug existing in the current Doxygen version, so I reported it as a bug.

Maybe the md file needs to be configured in the INPUT and USE_MOFILE_AS_MAINPAGE.

Refer this thread.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy