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.
1 parent b4d6f4d commit a1302c8Copy full SHA for a1302c8
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