commit | bee95475e35903ac166766bc3df146d2acf4cbdb | [log] [tgz] |
---|---|---|
author | Alexandre Rostovtsev <arostovtsev@google.com> | Wed Nov 27 11:48:32 2024 -0600 |
committer | GitHub <noreply@github.com> | Wed Nov 27 11:48:32 2024 -0600 |
tree | fa82ed55f698bf42e8a165366d41620dbc3f7342 | |
parent | aefab4cf8d6f46f1de97ae9e57fed9ba0648c3f1 [diff] |
Remove apple_basic_test - we should not be accessing apple_common (#264) In a future bazel release, apple_common symbol will be accessible only to certain blessed rule repos. Fixes #262
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.