Snap for 7862349 from 64d517f6321fa5674a832e085724929acdc3cb55 to t-keystone-qcom-release

Change-Id: I4f353fe6109c60ad07c47ad83a7d83b1a0f35c57
tree: 7fc0cfd7422b035d86f3de304342e0fc8a8c11a3
  1. .bazelci/
  2. docs/
  3. stardoc/
  4. test/
  5. .gitignore
  6. AUTHORS
  7. BUILD
  8. CODEOWNERS
  9. CONTRIBUTING.md
  10. CONTRIBUTORS
  11. LICENSE
  12. OWNERS
  13. README.md
  14. setup.bzl
  15. update-release-binary.sh
  16. update-stardoc-docs.sh
  17. update-stardoc-tests.sh
  18. WORKSPACE
README.md

Stardoc - Starlark Documentation Generator

Build status

Stardoc is a documentation generator for Bazel build rules written in Starlark.

Stardoc provides a Starlark rule (stardoc, see documentation) that can be used to build documentation for Starlark rules in Markdown. Stardoc generates one documentation page per .bzlfile.

Get Started

About Stardoc

Skydoc deprecation

Stardoc is a replacement for the deprecated "Skydoc" documentation generator.

See Skydoc Deprecation for details on the deprecation and migration details.