aspose file tools
The moose likes Java in General and the fly likes Converting Javadoc to Markdown Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Converting Javadoc to Markdown" Watch "Converting Javadoc to Markdown" New topic
Author

Converting Javadoc to Markdown

Darrin Smith
Ranch Hand

Joined: Aug 04, 2003
Posts: 276
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
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
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.

Thanks.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Converting Javadoc to Markdown
 
Similar Threads
Convertion of SWF to PDF in java
While working from Head first java, I came across this problem... Please help
Simple questions from a novice
JavaDoc not showing up
Document Accessors ? A matter of Style