commit | fb7261a99911b05439b6de0ee44918f5583f9e9f | [log] [tgz] |
---|---|---|
author | c-parsons <cparsons@google.com> | Thu Sep 19 12:51:55 2019 -0400 |
committer | GitHub <noreply@github.com> | Thu Sep 19 12:51:55 2019 -0400 |
tree | fd863f1a05abc4b1478ab1a438a38a77bfb82591 | |
parent | ee20e88b5f75d95fcb4c4df8fd6c22259905d3ff [diff] |
run newest version of buildifier on BUILD files (#242)
Stardoc is a documentation generator for Bazel build rules written in Starlark.
Stardoc provides a Starlark rule (stardoc
) that can be used to build documentation for Starlark rules in Markdown. Stardoc generates one documentation page per .bzl
file.
NOTE: Stardoc is a replacement for the deprecated “Skydoc” documentation generator.
See Skydoc Deprecation for details on the deprecation, and for some migration tips.