Skip to content

Commit

Permalink
Make documentation bzl_library publicly visible
Browse files Browse the repository at this point in the history
This allows anyone who depends on `rules_jvm_external` and imports
"something" from these rules into their own rules to be able to
generate stardoc of their own functions.

I've filed bazelbuild/stardoc#93 to track
this issue. Once it's fixed, we can close this.
  • Loading branch information
shs96c committed Feb 26, 2021
1 parent 82fca1f commit 9fcb813
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ stardoc(
bzl_library(
name = "implementation",
srcs = [
":coursier.bzl",
":defs.bzl",
":specs.bzl",
"//:private/coursier_utilities.bzl",
"//:private/dependency_tree_parser.bzl",
"//:private/proxy.bzl",
Expand All @@ -48,9 +51,9 @@ bzl_library(
"//private/rules:pom_file.bzl",
"//settings:stamp_manifest.bzl",
"//third_party/bazel_json/lib:json_parser.bzl",
":coursier.bzl",
":defs.bzl",
":specs.bzl",
],
visibility = [
"//visibility:public",
],
)

Expand Down

0 comments on commit 9fcb813

Please sign in to comment.