blob: d4b87f10424262f2f684a44e4927e95c3fcaf35a [file] [log] [blame]
# Copyright 2024 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
exports_files(
["foo.bzl"],
["//visibility:__subpackages__"],
)
# For testing:
# fx build to build the bazel-docgen host tool
# fx bazel build //tools/bazel-docgen/testdata:extract_foo_docs.textproto
starlark_doc_extract(
name = "extract_foo_docs",
src = ":foo.bzl",
deps = ["//tools/bazel-docgen/testdata/foo:bzl_lib"],
)