Hi!
The markdown support of Doxygen is great - but sometimes I need more features, which e.g. pandoc [0] support. Specifically, for documentation outside the source tree (e.g. user manual) I would like to run my .markdown files through an external tool (pandoc) to convert them into html.
Can I set this in the Doxyfile, or do I have to write my own little script to do this conversion?
Cheers
Paul
[0] http://johnmacfarlane.net/pandoc/
|