blob: 99c2ed5739dc31d24d458f319b229507d032f84e [file]
# This load statement must be in the docs/ package rather than anything users depend on
# so that the dependency on stardoc doesn't leak to them.
load("@aspect_bazel_lib//lib:docs.bzl", "stardoc_with_diff_test", "update_docs")
stardoc_with_diff_test(
name = "rules",
bzl_library_target = "//mylang:defs",
)
update_docs(name = "update")