Use `with` to scope fd lifetime. (#75)

* Use  to scope fd lifetime.

* Additional "with" scopes for rule_extractor.
2 files changed
tree: a7c5b233af5bbcd9b362e60901b82cf1e47a2dd3
  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 Skylark rule (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.

NOTE: skylark_library's implementation has moved to Skylib.

A screenshot of Skydoc generated HTML documentation

Get Started

About Skydoc