commit | 76f4c54332ea14ac85d6ca8ac110e090292757c2 | [log] [tgz] |
---|---|---|
author | Alexandre Rostovtsev <arostovtsev@google.com> | Thu Apr 10 10:30:53 2025 -0400 |
committer | GitHub <noreply@github.com> | Thu Apr 10 10:30:53 2025 -0400 |
tree | c1b16d5ea70c50093862a5551b7d112082ad64f8 | |
parent | 35bb1eff0773fcc0bc92b0bd2f289c23b7732077 [diff] |
Remove legacy struct providers from test (#294) Legacy struct providers have been deprecated by Bazel and will be removed. Original author: Ivo List <ilist@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.