commit | e592e23d7299df50b4ba85c383eda0f03f6a42e6 | [log] [tgz] |
---|---|---|
author | c-parsons <cparsons@google.com> | Mon Oct 21 16:51:07 2019 -0400 |
committer | GitHub <noreply@github.com> | Mon Oct 21 16:51:07 2019 -0400 |
tree | 38b14b58fa97940bfc1a3fe78178497b133072fd | |
parent | 394f0a6391cf2473c03475eb60f6fb580cfdeefb [diff] |
Provide stardoc_output.proto and documentation for proto output (#20)
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.