Update stardoc to 0.4.0. am: 4d1229f083 am: 1e0ddace4b am: f983a024ee am: f220761a5a

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

Change-Id: Ib1b1010c190b73dfc6b107ef05ca8fa2fdc70074
tree: f5e5727e1859cf7438dfd6f0704d83de6fde8ecd
  1. .bazelci/
  2. docs/
  3. stardoc/
  4. test/
  5. .gitignore
  6. AUTHORS
  7. BUILD
  8. CODEOWNERS
  9. CONTRIBUTING.md
  10. CONTRIBUTORS
  11. LICENSE
  12. README.md
  13. setup.bzl
  14. update-release-binary.sh
  15. update-stardoc-docs.sh
  16. update-stardoc-tests.sh
  17. 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.