commit | ea7ef6123379cf670ef6b9b96caa77ab0cdc1abf | [log] [tgz] |
---|---|---|
author | Christopher Parsons <cparsons@google.com> | Thu Sep 26 12:21:52 2019 -0400 |
committer | Christopher Parsons <cparsons@google.com> | Thu Sep 26 12:21:52 2019 -0400 |
tree | 5544c62c42fc498f0aa6460b3c509c29880af8d5 | |
parent | c7d5b70b193a61619caf0ec11b397d0e079e2a80 [diff] |
remove trailing whitespace
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.
Stardoc is a replacement for the deprecated “Skydoc” documentation generator.
See Skydoc Deprecation for details on the deprecation and migration details.