Implement documenting default values for rule attributes. (#31)

Issue #2
6 files changed
tree: 2a0f3c2401546d1ff2b0e29f7a361e3d46b711e4
  1. site/
  2. skydoc/
  3. skylark/
  4. .gitignore
  5. AUTHORS
  6. BUILD
  7. CONTRIBUTING.md
  8. CONTRIBUTORS
  9. LICENSE
  10. README.md
  11. serve-docs.sh
  12. skydoc-screenshot.png
  13. WORKSPACE
README.md

Skydoc - Skylark Documentation Generator

Build Status

Skydoc is a documentation generator for Bazel build rules written in Skylark.

Skydoc provides a set of Skylark rules (skylark_library and skylark_doc) that can be used to build documentation for Skylark rules in either Markdown or HTML. Skydoc generates one documentation page per .bzl file.

A screenshot of Skydoc generated HTML documentation

Get Started

About Skydoc