commit | 4378e9b6bb2831de7143580594782f538f461180 | [log] [tgz] |
---|---|---|
author | c-parsons <cparsons@google.com> | Fri Oct 11 17:26:06 2019 -0400 |
committer | GitHub <noreply@github.com> | Fri Oct 11 17:26:06 2019 -0400 |
tree | f5e5727e1859cf7438dfd6f0704d83de6fde8ecd | |
parent | 59458dc0be2a9f87f5c88faee80e8da5e046014e [diff] |
Add advanced topics documentation (#18)
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.