[automerger skipped] Empty merge of Android 24Q2 Release (ab/11526283) to aosp-main-future am: 331290339e -s ours

am skip reason: Merged-In Icd7f3a65eba0eaf2edac7e9ee6af56eb54321c99 with SHA-1 f31250f9f5 is already in history

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

Change-Id: I72f9ddb2ed09cc820cb01c55844f6eb5e7f22f0e
Signed-off-by: Automerger Merge Worker <[email protected]>
tree: 788e2904bb2e5768d07e72840ba679049e01ef16
  1. .bazelci/
  2. distro/
  3. docs/
  4. stardoc/
  5. test/
  6. .bazelrc
  7. .gitignore
  8. AUTHORS
  9. BUILD
  10. CHANGELOG.md
  11. CODEOWNERS
  12. CONTRIBUTING.md
  13. CONTRIBUTORS
  14. LICENSE
  15. METADATA
  16. OWNERS
  17. README.md
  18. setup.bzl
  19. update-release-binary.sh
  20. update-stardoc-docs.sh
  21. update-stardoc-tests.sh
  22. version.bzl
  23. 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.