commit | c7d5b70b193a61619caf0ec11b397d0e079e2a80 | [log] [tgz] |
---|---|---|
author | c-parsons <cparsons@google.com> | Mon Sep 23 13:27:13 2019 -0400 |
committer | GitHub <noreply@github.com> | Mon Sep 23 13:27:13 2019 -0400 |
tree | ff1ebb9b3086ed8abedcc1126b6b19760fb65a04 | |
parent | f842bc9f136a57093af07fdd050928deb3c8de02 [diff] |
Add preliminary Stardoc repository documentation (#5)
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.