commit | 90f4a7a9a2c733985632d6e1834f2d7c525a1fba | [log] [tgz] |
---|---|---|
author | c-parsons <cparsons@google.com> | Thu Sep 26 13:42:55 2019 -0400 |
committer | Jin <jin@users.noreply.github.com> | Thu Sep 26 13:42:55 2019 -0400 |
tree | c8de6e7eb8e2634931ac261c1ac05f193ed2f8ca | |
parent | 094d80d5f6355ace1e9b3f35e0393d12aa215cad [diff] |
remove trailing whitespace (#9)
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.