We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d4f99 commit 303a7d3Copy full SHA for 303a7d3
doc-tool/src/dotty/tools/dottydoc/DocDriver.scala
@@ -41,7 +41,8 @@ class DocDriver extends Driver {
41
}
42
43
override def main(args: Array[String]): Unit = {
44
- implicit val (filesToDocument, ctx) = setup(args, initCtx.fresh)
+ val (filesToDocument, ctx0) = setup(args, initCtx.fresh)
45
+ implicit val ctx: Context = ctx0
46
val reporter = doCompile(newCompiler(ctx), filesToDocument)(ctx)
47
val siteRoot = new java.io.File(ctx.settings.siteRoot.value)
48
val projectName = ctx.settings.projectName.value
0 commit comments