commit | cb533e633774e3cd9939163ed4f608815060046b | [log] [tgz] |
---|---|---|
author | Alexandre Rostovtsev <arostovtsev@google.com> | Fri Jan 19 16:40:33 2024 -0500 |
committer | GitHub <noreply@github.com> | Fri Jan 19 16:40:33 2024 -0500 |
tree | 175d9d8590e7dc90f8d7be59edd511d692998139 | |
parent | a5e1b79fc0ef255af7c7466655fe535ab1137747 [diff] |
Regenerate bundled legacy jar and proto for Bazel 7.0.1 (#198) Required for the Stardoc's legacy doc extractor to behave consistently with Bazel 7 when stringifying @@-prefixed labels - see https://github.com/bazelbuild/bazel/issues/18543 Subsumes https://github.com/bazelbuild/stardoc/pull/193
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 .bzl
file.
Stardoc is a replacement for the deprecated “Skydoc” documentation generator.
See Skydoc Deprecation for details on the deprecation and migration details.
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.
See the maintaner's guide for instructions for cutting a new release.