I\'ve used the java compiler tree api to generate the ast for java source files. However, i\'m unable to access th comments in the source files.
So far, i\'ve been
Just for the record. Now with Java 8 you have a whole interface to play with comments and documentation details here.