xsbt.ScaladocInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dotty-sbt-bridge Show documentation
Show all versions of dotty-sbt-bridge Show documentation
sbt compiler bridge for Dotty
/* sbt -- Simple Build Tool
* Copyright 2008, 2009 Mark Harrah
*/
package xsbt;
import xsbti.Logger;
import xsbti.Reporter;
public class ScaladocInterface {
public void run(String[] args, Logger log, xsbti.Reporter delegate) {
new DottydocRunner(args, log, delegate).run();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy