File tree 1 file changed +1
-8
lines changed
1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -2360,6 +2360,7 @@ object ScaladocConfigs {
2360
2360
.add(DocumentSyntheticTypes (true ))
2361
2361
.add(SnippetCompiler (List (
2362
2362
s " $dottyLibRoot/src/scala=compile " ,
2363
+ s " $dottyLibRoot/src/scala/quoted=compile " ,
2363
2364
s " $dottyLibRoot/src/scala/compiletime=compile " ,
2364
2365
s " $dottyLibRoot/src/scala/util=compile " ,
2365
2366
s " $dottyLibRoot/src/scala/util/control=compile " ,
@@ -2376,14 +2377,6 @@ object ScaladocConfigs {
2376
2377
Scala3 .value
2377
2378
.add(defaultSourceLinks(version + " -bin-SNAPSHOT-nonbootstrapped" , version).value)
2378
2379
.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
- ))
2387
2380
.add(CommentSyntax (List (
2388
2381
s " $dottyLibrarySrc=markdown " ,
2389
2382
s " $scalaLibrarySrc=wiki " ,
You can’t perform that action at this time.
0 commit comments