File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -353,6 +353,8 @@ object Build {
353
353
// Reflect doesn't expect to see it as a standalone definition
354
354
// and therefore it's easier just not to document it
355
355
" -skip-by-id:scala.runtime.MatchCase" ,
356
+ " -skip-by-id:dotty.tools.tasty" ,
357
+ " -skip-by-id:dotty.tools.tasty.util" ,
356
358
" -project-footer" , s " Copyright (c) 2002- $currentYear, LAMP/EPFL " ,
357
359
" -author" ,
358
360
" -groups" ,
@@ -1978,7 +1980,9 @@ object ScaladocConfigs {
1978
1980
def skipByRegex = SkipByRegex (List (" .+\\ .internal($|\\ ..+)" , " .+\\ .impl($|\\ ..+)" ))
1979
1981
def skipById = SkipById (List (
1980
1982
" scala.runtime.stdLibPatches" ,
1981
- " scala.runtime.MatchCase"
1983
+ " scala.runtime.MatchCase" ,
1984
+ " dotty.tools.tasty" ,
1985
+ " dotty.tools.tasty.util" ,
1982
1986
))
1983
1987
def projectFooter = ProjectFooter (s " Copyright (c) 2002- $currentYear, LAMP/EPFL " )
1984
1988
def defaultTemplate = DefaultTemplate (" static-site-main" )
You can’t perform that action at this time.
0 commit comments