File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/scala/org/tmt/sbt/docs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ object UnidocSitePlugin extends AutoPlugin {
1919 def excludeScaladoc : String = Seq (" org.apache.pekko" , " io.bullet.borer" , " org.scalatest" ).mkString(" :" )
2020
2121 override def projectSettings : Seq [Setting [_]] = Seq (
22- // ScalaUnidoc / siteSubdirName := "/api/scala ",
23- // addMappingsToSiteDir(ScalaUnidoc / packageDoc / mappings, ScalaUnidoc / siteSubdirName),
24- // JavaUnidoc / siteSubdirName := "/api/java ",
22+ ScalaUnidoc / siteSubdirName := " " ,
23+ addMappingsToSiteDir(ScalaUnidoc / packageDoc / mappings, ScalaUnidoc / siteSubdirName),
24+ JavaUnidoc / siteSubdirName := " " ,
2525 filterNotSources(JavaUnidoc / unidoc / sources, excludeJavadoc),
2626 JavaUnidoc / unidoc / javacOptions := {
2727 Seq (" -Xdoclint:none" , " --ignore-source-errors" )
You can’t perform that action at this time.
0 commit comments