Skip to content

Commit 80eb16b

Browse files
authored
Merge pull request #168 from xirc/links-scala-standard-library-types-in-scaladoc
Include links to Scala standard library types in generated Scaladoc
2 parents 7bc6f6e + faecd77 commit 80eb16b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ lazy val core = project.in(file("core"))
1919
// don't run Dottydoc, it errors and isn't needed anyway.
2020
// but we leave `publishArtifact` set to true, otherwise Sonatype won't let us publish
2121
Compile / doc / sources := (if (isDotty.value) Seq() else (Compile / doc/ sources).value),
22+
Compile / doc / autoAPIMappings := true,
2223
scalaModuleMimaPreviousVersion := Some("1.0.0").filterNot(_ => isDotty.value),
2324
)
2425

0 commit comments

Comments
 (0)