bchazalet / sbt-apidoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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

About

License:Other


Languages

Language:Scala 55.7%Language:JavaScript 26.8%Language:HTML 12.7%Language:CSS 4.7%