commit | 0af6fb8b0e7565ea732d1b7c832718cda233b1da | [log] [tgz] |
---|---|---|
author | Alex Humesky <ahumesky@google.com> | Mon Apr 15 14:24:08 2024 -0400 |
committer | GitHub <noreply@github.com> | Mon Apr 15 14:24:08 2024 -0400 |
tree | 03a89652a7ac9ac473a3e741483dea7cfe03088b | |
parent | eea50daed4f8fed806f3f7596265884dc634f824 [diff] |
Make formatBuildTimestamp more flexible when a template that accesses stamping information is run without stamping enabled. (#207) I had forgotten to push this commit to PR #205, sorry!
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.