mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-11-26 13:30:30 +00:00
11 lines
236 B
Python
11 lines
236 B
Python
|
"Public API for docs helpers"
|
||
|
|
||
|
load(
|
||
|
"//lib/private:docs.bzl",
|
||
|
_stardoc_with_diff_test = "stardoc_with_diff_test",
|
||
|
_update_docs = "update_docs",
|
||
|
)
|
||
|
|
||
|
stardoc_with_diff_test = _stardoc_with_diff_test
|
||
|
update_docs = _update_docs
|