commit | 91e429d9e2e959893c1ce2f81c35806b3a2daf8c | [log] [tgz] |
---|---|---|
author | Philip Zembrod <pzembrod@gmail.com> | Fri Nov 08 17:00:02 2024 +0100 |
committer | GitHub <noreply@github.com> | Fri Nov 08 11:00:02 2024 -0500 |
tree | 138e49a5883526741a5d2af1bed8d12d0814b530 | |
parent | 46fd77a446f00faddedd0467ce993b462fba3c8a [diff] |
Replace AppleDynamicFramework in test/testdata/apple_basic_test (#259)
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.