pubref / rules_apidoc

Documentation generation tools for bazel.

Repository from Github https://github.compubref/rules_apidocRepository from Github https://github.compubref/rules_apidoc

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.

About

Documentation generation tools for bazel.

License:Other


Languages

Language:Java 98.5%Language:CSS 0.9%Language:Python 0.5%Language:JavaScript 0.1%Language:Makefile 0.0%Language:HTML 0.0%