Skip to content

pubref/rules_apidoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Documentation generation tools for bazel.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages