commit | 7ec67e49e2053e4995a47774153a3636ec507b51 | [log] [tgz] |
---|---|---|
author | Chris Parsons <cparsons@google.com> | Thu Dec 05 12:40:38 2019 -0500 |
committer | Chris Parsons <cparsons@google.com> | Thu Dec 05 12:40:38 2019 -0500 |
tree | db4f13da41ffc963295d75a00ba5ec03428f99dc | |
parent | f196f801eb1dbbbc72e513f9998b0dffce4238df [diff] |
test, do not merge'
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.