We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005e06c commit 25eafc3Copy full SHA for 25eafc3
build.sbt
@@ -38,6 +38,7 @@ lazy val javadocSettings = inConfig(Javadoc)(Defaults.configSettings) ++ Seq(
38
!(s.getParent.contains("internal") || s.getParent.contains("Internal"))),
39
Javadoc / javacOptions := Seq(
40
"--allow-script-in-comments",
41
+ "-use",
42
"-windowtitle", s"Snowpark Java API Reference $snowparkVersion",
43
"-doctitle", s"Snowpark Java API Reference $snowparkVersion",
44
"-header", s"""<div style="margin-top: 14px"><strong>
0 commit comments