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 7d0e477 commit ac8531dCopy full SHA for ac8531d
project/Build.scala
@@ -1362,10 +1362,7 @@ object Build {
1362
"-siteroot", "docs",
1363
s"-source-links:docs=github://lampepfl/dotty/master#docs",
1364
"-doc-root-content", docRootFile.toString,
1365
- "-Ydocument-synthetic-types",
1366
- "-snippet-compiler:" +
1367
- s"$dottyLibRoot=compile," +
1368
- "docs=compile"
+ "-Ydocument-synthetic-types"
1369
)
1370
))
1371
}.evaluated,
0 commit comments