Skip to content

Commit 690de4c

Browse files
committed
fix: files to apply snippet compiler
1 parent 816e4f5 commit 690de4c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

project/Build.scala

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2360,6 +2360,7 @@ object ScaladocConfigs {
23602360
.add(DocumentSyntheticTypes(true))
23612361
.add(SnippetCompiler(List(
23622362
s"$dottyLibRoot/src/scala=compile",
2363+
s"$dottyLibRoot/src/scala/quoted=compile",
23632364
s"$dottyLibRoot/src/scala/compiletime=compile",
23642365
s"$dottyLibRoot/src/scala/util=compile",
23652366
s"$dottyLibRoot/src/scala/util/control=compile",
@@ -2376,14 +2377,6 @@ object ScaladocConfigs {
23762377
Scala3.value
23772378
.add(defaultSourceLinks(version + "-bin-SNAPSHOT-nonbootstrapped", version).value)
23782379
.add(ProjectVersion(version))
2379-
.add(SnippetCompiler(
2380-
List(
2381-
s"$dottyLibrarySrc/scala/quoted=compile",
2382-
s"$dottyLibrarySrc/scala/compiletime=compile",
2383-
s"$dottyLibrarySrc/scala/util=compile",
2384-
s"$dottyLibrarySrc/scala/util/control=compile"
2385-
)
2386-
))
23872380
.add(CommentSyntax(List(
23882381
s"$dottyLibrarySrc=markdown",
23892382
s"$scalaLibrarySrc=wiki",

0 commit comments

Comments
 (0)