Add OWNERS. am: 8655bd972b am: 202c2a4e82

Original change: https://android-review.googlesource.com/c/platform/external/stardoc/+/1781965

Change-Id: Ia34b4f97db34ff8b5de8fa52a6b164a3c0758bf5
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.