commit | 35bb1eff0773fcc0bc92b0bd2f289c23b7732077 | [log] [tgz] |
---|---|---|
author | Thomas Van Lenten <thomasvl@google.com> | Tue Apr 01 13:13:01 2025 -0400 |
committer | GitHub <noreply@github.com> | Tue Apr 01 13:13:01 2025 -0400 |
tree | 85163dbbe7989e156b864df84e4afa6599089ecd | |
parent | 4148807e2537584e3d09c1cedb1161f17b81a9bf [diff] |
Expands the Symbolic Macros tests. (#287) - Test overriding attribute docs - Test blocking an inherited attribute remove it from the docs. - Make the `doc` values distinct to make it clear where values come from. - Add uses of `inherit_attrs` where the `macro` doesn't have a `doc` value.
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.