commit | b8856b4ceb783c2e8ff77b08525ce1d91711d5c2 | [log] [tgz] |
---|---|---|
author | Alexandre Rostovtsev <arostovtsev@google.com> | Wed Aug 02 15:03:04 2023 -0400 |
committer | GitHub <noreply@github.com> | Wed Aug 02 15:03:04 2023 -0400 |
tree | f75a2f4b5af6cbb7607615d1127d8a4f8d8db2a6 | |
parent | 056ba3bf3a3f516448eed2774a7adcd283775b10 [diff] |
Bump bazel dep and add docstring dedenting test cases (#170) We want https://github.com/bazelbuild/bazel/commit/b71b2df2b22e052f8540a23051b589c6ef870d0a in order to dedent and trim doc strings from all sources (not just functions, but also rules, providers, attributes, etc.).
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.