mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-12 19:31:04 +00:00
SBT: add support for unified docs (#284)
Unified documentation can be generated with the sbt unidoc command.
This commit is contained in:
parent
88f4ef293b
commit
33e4f2b35e
3 changed files with 23 additions and 1 deletions
|
|
@ -2,3 +2,5 @@ logLevel := Level.Warn
|
|||
|
||||
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.7.9")
|
||||
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.5")
|
||||
// https://github.com/sbt/sbt-unidoc
|
||||
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue