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: scaladoc/src/dotty/tools/scaladoc/ScaladocSettings.scala
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,16 @@ class ScaladocSettings extends SettingGroup with AllScalaSettings:
34
34
StringSetting("-project-version", "project version", "The current version of your project.", "", aliases =List("-doc-version"))
35
35
36
36
valprojectLogo:Setting[String] =
37
-
StringSetting("-project-logo", "project logo filename", "The file that contains the project's logo (in /images).", "", aliases =List("-doc-logo"))
37
+
StringSetting("-project-logo", "project logo filename", "Path to the file that contains the project's logo. Provided path can be absolute or relative to the project root directory.", "", aliases =List("-doc-logo"))
38
38
39
39
valprojectFooter:Setting[String] =StringSetting("-project-footer", "project footer", "A footer on every Scaladoc page.", "", aliases =List("-doc-footer"))
0 commit comments