commit | ede1a51a36fe50ac6ebcf8981dd3defd6f6b1762 | [log] [tgz] |
---|---|---|
author | Keith Smiley <keithbsmiley@gmail.com> | Thu Jul 14 13:20:36 2022 -0700 |
committer | GitHub <noreply@github.com> | Thu Jul 14 16:20:36 2022 -0400 |
tree | 827bbed09b9c4e84fae6fe15e631c8eae1eecd21 | |
parent | 2b801dc9b93f73812948ee4e505805511b0f55dc [diff] |
Update bazel and rules_pkg (#130) If you have a bzl file that contains `@bazel_tools//tools/cpp/toolchain_utils.bzl`, after this commit https://github.com/bazelbuild/bazel/commit/95f0135fbac934be696676f37e0285b2d311603a stardoc stopped working because it didn't know about this API, leading to this crash https://buildkite.com/bazel/rules-apple-darwin/builds/5829#0181f96c-ff6c-449e-936e-c32530bd3360 I assume this is because some of the stardoc internals pulls in the older version of `ConfigStarlarkCommonApi.java`. This bumps the shas in the first commit, and rebuilds them in the last commit. Feel free to drop my rebuilds and do a more trusted rebuild. Jars regenerated by Alexandre Rostovtsev <arostovtsev@google.com>
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.