google closure: don't strip comments from Java API
Is there any way to specify an option开发者_运维知识库 not to strip comments in the Java API to Google Closure Compiler for JavaScript (especially the google-flavored JavaDoc /**
comments).
No, someone would have to add it. It code printer classes don't have any methods for printing comments.
精彩评论