Hi,

I have exact the same "problem" and would love to see a solution for it. 
Right now, the main page command and section markers appear as headline 
text on my GitHub rendered README.md files, which is obviously not nice.

  - Sascha

On 09/22/2012 04:43 AM, Mike Jarvis wrote:
> I'm using Doxygen for a github project, and I love the new support of
> markdown, since that's GitHub's favored markup syntax, so it meshes nicely.
> What I'm trying to do is to have the README.md file be my Doxygen MainPage
> and also the front page on my GitHub site (GitHub automatically does the
> latter for a README.md file).
>
> I got it to work by putting \mainpage at the top of my README.md file.  But
> then it shows up in the markdown view of that file which doesn't looks so
> great.
>
> On  http://www.stack.nl/%7Edimitri/doxygen/markdown.html this page , it
> recommends writing:
>
> Main Page              {\mainpage}
> ======
>
> which looks even worse, since the {\mainpage} text shows up as part of the
> (large) header.
>
> I tried <!--- \mainpage --->, which makes it disappear from the markdown
> view, but then doxygen doesn't seem to parse the fact that I want it to be
> my main page.  So I guess doxygen skips the markdown comments as well.
>
> So is there any way to get doxygen to parse the markdown comments?  Or is
> there any other way to tell doxygen to make a file the MainPage without
> needing to use \mainpage in the file itself?
>
> Thanks in advance for any help with this.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to