Clone this repo:
  1. 91e429d Replace AppleDynamicFramework in test/testdata/apple_basic_test (#259) by Philip Zembrod · 13 days ago upstream/master
  2. 46fd77a Delete usages/tests of the builtin bazel java symbols (#256) by hvadehra · 5 weeks ago
  3. 2ac0981 Update proto and prepare release 0.7.1 (#239) by Alexandre Rostovtsev · 9 weeks ago 0.7.1
  4. 03eb7ce Fix CI since --enable_workspace is now disabled by default in Bazel HEAD (#251) by Alexandre Rostovtsev · 3 months ago
  5. 2100c63 Merge user-defined tags with default tags in stardoc macro (#247) by yashathwani · 4 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.