Update stardoc to 0.4.0.

Merge commit '4378e9b6bb2831de7143580594782f538f461180' into HEAD

Bug: 193574762
Test: pass
Change-Id: Ifacc48c54ea961aa2e2486504f1f891d2ac1e96d
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.