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
"Mapping between regexes matching classpath entries and external documentation. "+
40
+
"'regex::[scaladoc|scala3doc|javadoc]::path' syntax is used")
41
+
42
+
valdeprecatedSkipPackages:Setting[List[String]] =
43
+
MultiStringSetting("-skip-packages", "packages", "Deprecated, please use `-skip-by-id` or `-skip-by-regex`")
39
44
40
45
valskipById:Setting[List[String]] =
41
46
MultiStringSetting("-skip-by-id", "package or class identifier", "Identifiers of packages or top-level classes to skip when generating documentation")
42
47
43
48
valskipByRegex:Setting[List[String]] =
44
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