/sbt-apidoc

Primary LanguageScalaOtherNOASSERTION

#sbt-apidoc

An attempt to port the apidocjs plugin to sbt

Build Status

Installation

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")

Using SBT Apidoc

Annotate your comments as described in this page

Running

>sbt

>apidoc