Skip to content

Commit 842e4c4

Browse files
Merge pull request #7956 from dotty-staging/doc-gen-erased
Fix build: Generate docs with erased terms
2 parents b4d6f4d + a1302c8 commit 842e4c4

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)