commit | be1a9a87e11e7a61ee2ba2240196f5996e07dff1 | [log] [tgz] |
---|---|---|
author | Alexandre Rostovtsev <arostovtsev@google.com> | Mon May 20 10:52:49 2024 -0400 |
committer | GitHub <noreply@github.com> | Mon May 20 10:52:49 2024 -0400 |
tree | 551f5d1188d146c7e8abbc6d542aff495c1e99c1 | |
parent | 3baa5d1761970c6285d2ac9c3adccfaac42f54c5 [diff] |
Sync Stardoc proto with Bazel tree and change "skydoc" in java package names to "stardoc" (#222) Sync stardoc_output.proto with bazel go get the updated Java package name in stardoc_output_java_proto See https://github.com/bazelbuild/bazel/commit/f4cfc846dbdf5f6c19d0a716fccd2ddcdae0d609
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.