Removing the KDoc processor for now

This commit is contained in:
Andrey Breslav
2012-02-22 16:50:16 +04:00
parent c5ddfe5988
commit e3efda22c5
@@ -127,9 +127,9 @@ public class KotlinCompiler {
environment.setErrorStream(errStream);
}
if (arguments.docOutputDir != null) {
environment.getMyEnvironment().getFileProcessors().add(new KDocProcessor(arguments.docOutputDir));
}
// if (arguments.docOutputDir != null) {
// environment.getMyEnvironment().getFileProcessors().add(new KDocProcessor(arguments.docOutputDir));
// }
if (arguments.stdlib != null) {
environment.setStdlib(arguments.stdlib);