Skip to content

pubref/rules_apidoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f7f626e · Dec 18, 2017

History

14 Commits
Dec 18, 2017
Oct 19, 2016
Oct 19, 2016
Sep 26, 2016
Sep 26, 2016
Oct 19, 2016
Sep 25, 2016

Repository files navigation

rules_apidoc Build Status

First, load rules_apidoc in your WORKSPACE:

git_repository(
    name = "org_pubref_rules_apidoc",
    remote = "https://github.com/pubref/rules_apidoc.git",
    commit = "HEAD",  # replace with latest version
)

Then, use a BUILD file rule to generate documentation for the language of your choice.

Language Rule Description
Java javadoc Generate javadoc api documentation.

Packages

No packages published

Languages