Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ac460f1

Browse files
Merge pull request #337 from SethTisue/try-scala3doc
2 parents 78de565 + 7bf409c commit ac460f1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎build.sbt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,9 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
4141
)
4242
case _ => Seq()
4343
}),
44-
// don't run Dottydoc, it errors and isn't needed anyway
45-
Compile / doc / sources := (if (isDotty.value) Seq() else (Compile / doc/ sources).value),
46-
Compile / packageDoc / publishArtifact := !isDotty.value,
4744
Compile / doc / scalacOptions ++= {
4845
if (isDotty.value)
49-
Seq()
46+
Seq()// TODO see what flags might be desirable to pass to Scala3doc
5047
else
5148
Seq(
5249
"-diagrams",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /