[Doxygen-users] using external tools for markdown parsing
Brought to you by:
dimitri
From: Paul A. L. <pa...@le...> - 2014-06-15 12:07:45
|
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/ |