commit | a0f330bcbae44ffc59d50a86a830a661b8d18acc | [log] [tgz] |
---|---|---|
author | c-parsons <cparsons@google.com> | Tue Dec 01 10:44:45 2020 -0500 |
committer | GitHub <noreply@github.com> | Tue Dec 01 10:44:45 2020 -0500 |
tree | e1edc95c9d15e356ceccf804a8b5af316a9c0605 | |
parent | df194958a195de5174cd25c0bc6723953bcf7d78 [diff] |
Add buildifier overrides to make test inputs compatible (#80)
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.