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 @@ -351,6 +351,8 @@ object Build {
351
351
// Reflect doesn't expect to see it as a standalone definition
352
352
// and therefore it's easier just not to document it
353
353
" -skip-by-id:scala.runtime.MatchCase" ,
354
+ " -skip-by-id:dotty.tools.tasty" ,
355
+ " -skip-by-id:dotty.tools.tasty.util" ,
354
356
" -project-footer" , s " Copyright (c) 2002- $currentYear, LAMP/EPFL " ,
355
357
" -author" ,
356
358
" -groups" ,
@@ -1917,7 +1919,9 @@ object ScaladocConfigs {
1917
1919
def skipByRegex = SkipByRegex (List (" .+\\ .internal($|\\ ..+)" , " .+\\ .impl($|\\ ..+)" ))
1918
1920
def skipById = SkipById (List (
1919
1921
" scala.runtime.stdLibPatches" ,
1920
- " scala.runtime.MatchCase"
1922
+ " scala.runtime.MatchCase" ,
1923
+ " dotty.tools.tasty" ,
1924
+ " dotty.tools.tasty.util" ,
1921
1925
))
1922
1926
def projectFooter = ProjectFooter (s " Copyright (c) 2002- $currentYear, LAMP/EPFL " )
1923
1927
def defaultTemplate = DefaultTemplate (" static-site-main" )
You can’t perform that action at this time.
0 commit comments