We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4d6f4d + a1302c8 commit 842e4c4Copy full SHA for 842e4c4
project/Build.scala
@@ -416,7 +416,8 @@ object Build {
416
"-project-version", dottyVersion,
417
"-project-url", dottyGithubUrl,
418
"-project-logo", "dotty-logo.svg",
419
- "-classpath", dottydocClasspath.value
+ "-classpath", dottydocClasspath.value,
420
+ "-Yerased-terms"
421
)
422
(runMain in Compile).toTask(
423
s""" dotty.tools.dottydoc.Main ${args.mkString(" ")} ${sources.mkString(" ")}"""
0 commit comments