File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
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 " ,
@@ -2378,10 +2379,12 @@ object ScaladocConfigs {
2378
2379
.add(ProjectVersion (version))
2379
2380
.add(SnippetCompiler (
2380
2381
List (
2382
+ s " $dottyLibrarySrc/scala=compile " ,
2381
2383
s " $dottyLibrarySrc/scala/quoted=compile " ,
2382
2384
s " $dottyLibrarySrc/scala/compiletime=compile " ,
2383
2385
s " $dottyLibrarySrc/scala/util=compile " ,
2384
- s " $dottyLibrarySrc/scala/util/control=compile "
2386
+ s " $dottyLibrarySrc/scala/util/control=compile " ,
2387
+ " docs/_docs/reference/enums=compile"
2385
2388
)
2386
2389
))
2387
2390
.add(CommentSyntax (List (
You can’t perform that action at this time.
0 commit comments