Skip to content

bzimmerman/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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.5%
  • Other 1.5%