commit | f57c9880b9033241ad341ffc17a88d804cdfde3a | [log] [tgz] |
---|---|---|
author | c-parsons <cparsons@google.com> | Fri Mar 08 13:02:45 2019 -0500 |
committer | GitHub <noreply@github.com> | Fri Mar 08 13:02:45 2019 -0500 |
tree | fdd9e9936875843672865bd4563616c6cfb1253e | |
parent | d8802959a67bdf35893cefd86c659a992ba38495 [diff] |
fix site deprecation-notice rule comparison (#171)
Stardoc is a documentation generator for Bazel build rules written in Starlark.
Stardoc provides a Starlark rule (stardoc
) that can be used to build documentation for Starlark rules in Markdown. Stardoc generates one documentation page per .bzl
file.
NOTE: Stardoc is a replacement for the deprecated "Skydoc" documentation generator.
See Skydoc Deprecation for details on the deprecation, and for some migration tips.