commit | d93ee5347e2d9c225ad315094507e018364d5a67 | [log] [tgz] |
---|---|---|
author | Alexandre Rostovtsev <arostovtsev@google.com> | Thu Apr 22 14:24:24 2021 -0400 |
committer | GitHub <noreply@github.com> | Thu Apr 22 14:24:24 2021 -0400 |
tree | 78b7a60e0b6bfc9551216a89f192a8e29c121a46 | |
parent | 8275ced1b6952f5ad17ec579a5dd16e102479b72 [diff] |
Update binaries. (#97) ... and run buildifier to make buildkite happy.
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.