views:

7

answers:

0

Is it possible to generate JavaDoc not from a .java file on disk but from a String or InputStream that contains Java source?

As I can see, com.sun.tools.javadoc.Main.execute(...) deals with disk files only. Is there another option rather than "hacking" rt.jar?