PDA

View Full Version : Is there something to convert a Javadoc HTML file to the .java file?



Reemer
03-07-2012, 04:15 PM
That'd save me a lot of time. I found one but it doesn't work anymore. If that's impossible that's fine too lol, I just want to know if its possible or impossible.

Miguel
03-07-2012, 06:18 PM
Javadoc is a tool for generating API documentation in HTML format from doc comments in source code

I'm assuming by this it just goes based off of methods. I don't think you'll get full source code out of it, but I think it would be possible to at least create a container class without code within the methods to do it