commit | a670cad4aa179fe72b7ba839cae9d959ad10dc55 | [log] [tgz] |
---|---|---|
author | Chris Parsons <cparsons@google.com> | Mon Nov 30 21:37:02 2020 -0500 |
committer | Chris Parsons <cparsons@google.com> | Mon Nov 30 21:37:02 2020 -0500 |
tree | e98a6c676b1306f658e5d0d3942a5a141ec2eff3 | |
parent | 247c2097e7346778ac8d03de5a4770d6b9890dc5 [diff] |
Add buildifier overrides to make test inputs compatible
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.