sbt plugin for dog-autodoc
project/plugins.sbt
addSbtPlugin("com.github.pocketberserker" % "sbt-dog-autodoc" % "0.1.2")
build.sbt
autodocSettings
autodocEnable := true
// optional setting
autodocToc := true
autodocHtml := true
autodocVersion := "0.2.0"