I've searched and cannot find any tool to convert Javadoc to Markdown format (in short, strip out the HTML and replace it with Markdown).
Anyone seen such an animal in the wild? I have run across a tool or two to allow the output be in Markdown but nothing to convert already written Javadoc.
Thanks!
Stuart A. Burkett
Ranch Hand
Joined: May 30, 2012
Posts: 318
posted
0
There appear to be various tools to convert HTML to Markdown. Can you not use one of those ?
Darrin Smith
Ranch Hand
Joined: Aug 04, 2003
Posts: 276
posted
0
Adrian Burkett wrote:There appear to be various tools to convert HTML to Markdown. Can you not use one of those ?
Ahh! I was looking for Javadoc and I bet that was what was causing me to come up empty. I'll search for HTML to Markdown instead.