commit | 247c2097e7346778ac8d03de5a4770d6b9890dc5 | [log] [tgz] |
---|---|---|
author | Thomas Van Lenten <thomasvl@google.com> | Wed Sep 16 11:39:05 2020 -0400 |
committer | GitHub <noreply@github.com> | Wed Sep 16 11:39:05 2020 -0400 |
tree | 07962e62c82a9224a504e554080cb6a7f98b379c | |
parent | a8c608986b4f27416ce085495617a6c9b3b40195 [diff] |
Correct formatting when no parameters. (#60)
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.