Merge tag 'upstream/0.6.2' into main am: 16b44b4e06

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

Change-Id: If97afa3f90932aa17926fb6bd874cdee60a34ba4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: 67a8bb59932347f2f12a853a20c14517dcb35fc8
  1. .bazelci/
  2. distro/
  3. docs/
  4. src/
  5. stardoc/
  6. test/
  7. .bazelignore
  8. .bazelrc
  9. .gitignore
  10. AUTHORS
  11. BUILD
  12. CHANGELOG.md
  13. CODEOWNERS
  14. CONTRIBUTING.md
  15. CONTRIBUTORS
  16. deps.bzl
  17. legacy_maven_install.json
  18. LICENSE
  19. maven_install.json
  20. METADATA
  21. MODULE.bazel
  22. OWNERS
  23. README.md
  24. rules_jvm_external.patch
  25. setup.bzl
  26. update-release-binary.sh
  27. update-stardoc-docs.sh
  28. update-stardoc-tests.sh
  29. version.bzl
  30. 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

Project Status

Skydoc deprecation

Stardoc is a replacement for the deprecated “Skydoc” documentation generator.

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

Future plans

See our future plans for refactoring Stardoc to be more consistent with how Bazel evaluates .bzl files, and what it means for maintenance of this project.

Maintainer's guide

See the maintaner's guide for instructions for cutting a new release.