commit | a98ee6e9eae168389da1c4e6b24ab2d3fbc80f4f | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 04:46:49 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Fri Jul 07 04:46:49 2023 +0000 |
tree | 788e2904bb2e5768d07e72840ba679049e01ef16 | |
parent | 47d8b8ffb915fc29e03c29e89b888015632ac446 [diff] | |
parent | 85b0f239303220d902ad919ff27d2da475fc12e2 [diff] |
Snap for 10453563 from 85b0f239303220d902ad919ff27d2da475fc12e2 to mainline-adservices-release Change-Id: I64563104f86bb4e3c1f4277b488c200dbf9592d5
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.
See the maintaner's guide for instructions for cutting a new release.