Bug: 194825758

Clone this repo:
  1. e83f522 Add METADATA. am: cb554a8ee1 am: 398e266839 by Yifan Hong · 11 months ago main main-kernel-build-2023 master android-u-beta-1-gpl
  2. 290c470 Merge tag 'upstream/0.5.3' into master am: ad7ada0eaa am: 44db2f4150 by Yifan Hong · 11 months ago
  3. 398e266 Add METADATA. am: cb554a8ee1 by Yifan Hong · 11 months ago main-16k-common-android14-5.15 main-16k-with-phones
  4. 44db2f4 Merge tag 'upstream/0.5.3' into master am: ad7ada0eaa by Yifan Hong · 11 months ago
  5. cb554a8 Add METADATA. by Yifan Hong · 11 months ago

Stardoc - Starlark Documentation Generator

Build status

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 .bzlfile.

Get Started

About Stardoc

Project Status

Skydoc deprecation

Stardoc is a replacement for the deprecated “Skydoc” documentation generator.

See Skydoc Deprecation for details on the deprecation and migration details.

Future plans

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.

Maintainer's guide

See the maintaner's guide for instructions for cutting a new release.