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
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,9 +48,11 @@ class Scala3docArgs extends SettingGroup with CommonScalaSettings:
48
48
valskipByRegex:Setting[List[String]] =
49
49
MultiStringSetting("-skip-by-regex", "regex", "Regexes that match fully qualified names of packages or top-level classes to skip when generating documentation")
50
50
51
+
valdocRootContent:Setting[String] =
52
+
StringSetting("-doc-root-content", "path", "The file from which the root package documentation should be imported.", "")
0 commit comments