commit | d45a1412434a3b7434777f41ad001fe4c6a83ead | [log] [tgz] |
---|---|---|
author | Alexandre Rostovtsev <arostovtsev@google.com> | Tue Feb 11 15:02:17 2025 -0500 |
committer | GitHub <noreply@github.com> | Tue Feb 11 15:02:17 2025 -0500 |
tree | be29fa379ce90d8896e01bc71bb768bb70e97619 | |
parent | a9fba1abf94a116514d1517caadcd1b469400328 [diff] |
Ensure test configs with symbolic_macro_inherit_attrs_bazel_8_test are marked skip_in_bazel_downstream_pipeline (#281) As the name says, symbolic_macro_inherit_attrs_bazel_8_test requires stable Bazel. Fixes #280
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.