#sbt-apidoc
An attempt to port the apidocjs plugin to sbt
Add the following to your project/plugins.sbt
or ~/.sbt/0.13/plugins/plugins.sbt
file:
import sbt._
lazy val root = Project("plugins", file(".")).dependsOn(plugin)
lazy val plugin = uri("https://github.com/valydia/sbt-apidoc.git")
Annotate your comments as described in this page
>sbt
>apidoc