Skip to content

Commit a1302c8

Browse files
Generate docs with erased terms
1 parent b4d6f4d commit a1302c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/Build.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,8 @@ object Build {
416416
"-project-version", dottyVersion,
417417
"-project-url", dottyGithubUrl,
418418
"-project-logo", "dotty-logo.svg",
419-
"-classpath", dottydocClasspath.value
419+
"-classpath", dottydocClasspath.value,
420+
"-Yerased-terms"
420421
)
421422
(runMain in Compile).toTask(
422423
s""" dotty.tools.dottydoc.Main ${args.mkString(" ")} ${sources.mkString(" ")}"""

0 commit comments

Comments
 (0)