commit | df958bcbde3327d805bbb76e067809c62262ca30 | [log] [tgz] |
---|---|---|
author | Alexandre Rostovtsev <arostovtsev@google.com> | Thu May 02 14:37:32 2024 -0400 |
committer | GitHub <noreply@github.com> | Thu May 02 14:37:32 2024 -0400 |
tree | 919718ddc56816b3b2a88c5df585714fe4750113 | |
parent | 0086c0a75d5042ef97e2040913e2f5bfde587188 [diff] |
Remove android_basic_test - no longer needed (#219) Android rules are now starlarkified, which means we no longer need a special test for them (Starlark rules are already well-tested). Fixes #218
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.