Skip to content

Commit 0966590

Browse files
authored
include javadoc (chitralverma#87)
1 parent bc47db1 commit 0966590

File tree

4 files changed

+146
-211
lines changed

4 files changed

+146
-211
lines changed

build.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import DocSettings.*
12
import Utils.*
23

34
ThisBuild / publish / skip := true
@@ -15,6 +16,7 @@ lazy val core = project
1516
.settings(name := "scala-polars")
1617
.enablePlugins(GhpagesPlugin, SiteScaladocPlugin)
1718
.settings(
19+
unidocSourceFilePatterns := Nil,
1820
git.remoteRepo := "[email protected]:chitralverma/scala-polars.git",
1921
SiteScaladoc / siteSubdirName := "api/latest"
2022
)
@@ -27,6 +29,7 @@ lazy val core = project
2729
)
2830
.settings(ExtraCommands.commands)
2931
.settings(ExtraCommands.commandAliases)
32+
.configureUnidoc("scala-polars API Reference")
3033

3134
/*
3235
***********************

native/Cargo.lock

Lines changed: 5 additions & 210 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)