bazel-skylib/gazelle/bzl
Andrew Z Allen 182046f090
Handle "internal" directory visibility (#274)
Both "internal" and "private" directories should be treated the same way
and have visibility restrictions be placed upon them.
2020-10-21 23:52:14 -06:00
..
testdata Handle "internal" directory visibility (#274) 2020-10-21 23:52:14 -06:00
BUILD Add support for gazelle handling relative imports (#271) 2020-09-07 15:29:39 -06:00
README.md Move bzl ext (#265) 2020-08-20 13:14:55 -04:00
gazelle.go Handle "internal" directory visibility (#274) 2020-10-21 23:52:14 -06:00
gazelle_test.go Move bzl ext (#265) 2020-08-20 13:14:55 -04:00

README.md

Gazelle

Gazelle is a BUILD file generator for Bazel. This directory contains a language extension for the Gazelle generator that allows it to automatically parse valid bzl_library targets for all .bzl files in a repo in which it runs. It will additionally include a deps entry tracking every .bzl that is loaded into the primary file.

This can be used, for example, to generate stardoc documentation for your .bzl files, both simplify the task of and improve the quality of documentation.