You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scala3doc/src/dotty/dokka/Scala3docArgs.scala
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,14 +39,18 @@ class Scala3docArgs extends SettingGroup with CommonScalaSettings:
39
39
"Mapping between regexes matching classpath entries and external documentation. "+
40
40
"'regex::[scaladoc|scala3doc|javadoc]::path' syntax is used")
41
41
42
+
valdeprecatedSkipPackages:Setting[List[String]] =
43
+
MultiStringSetting("-skip-packages", "packages", "Deprecated, please use `-skip-by-id` or `-skip-by-regex`")
44
+
42
45
valskipById:Setting[List[String]] =
43
46
MultiStringSetting("-skip-by-id", "package or class identifier", "Identifiers of packages or top-level classes to skip when generating documentation")
44
47
45
48
valskipByRegex:Setting[List[String]] =
46
49
MultiStringSetting("-skip-by-regex", "regex", "Regexes that match fully qualified names of packages or top-level classes to skip when generating documentation")
0 commit comments