commit | 03fc6d500fb2d6d21fa4fa241298356ab3950844 | [log] [tgz] |
---|---|---|
author | Chris Rebert <github@chrisrebert.com> | Thu Jul 01 07:50:18 2021 -0700 |
committer | GitHub <noreply@github.com> | Thu Jul 01 10:50:18 2021 -0400 |
tree | d23a3d31a979120733b27f66e1d6a5d655dac53a | |
parent | 3198606db0d318f8c5224fe204bef5954033815e [diff] |
Add bzl_library for html_tables_stardoc.bzl (#104) Previously, there wasn't any bzl_library which included it.
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.
See our future plans for refactoring Stardoc to be more consistent with how Bazel evaluates .bzl files, and what it means for maintenance of this project.