commit | d1ded51dd44ba9b810651915c0a1408a7a07fdcf | [log] [tgz] |
---|---|---|
author | Christopher Parsons <cparsons@google.com> | Mon Sep 23 14:27:53 2019 -0400 |
committer | Christopher Parsons <cparsons@google.com> | Mon Sep 23 14:27:53 2019 -0400 |
tree | 92dbd43d4f93d4f0120958dc239aa78a91789024 | |
parent | d0f503cfdc63e0b72ccb858790c0f7ba3b219ab2 [diff] |
updated stardoc.bzl documentation to fix rendering errors
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.