aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLászló Csomor <laszlocsomor@users.noreply.github.com>2019-03-20 18:13:32 +0100
committerGitHub <noreply@github.com>2019-03-20 18:13:32 +0100
commit3721d32c14d3639ff94320c780a60a6e658fb033 (patch)
treec7ed5027617348249a3ea26b4629c963732a2778 /docs
parentaeefb6531aa30f678f0d8d40c6b5bf095408cdb5 (diff)
downloadbazel-skylib-3721d32c14d3639ff94320c780a60a6e658fb033.tar.gz
maprule: hide it, not ready for public use. (#133)upstream/0.8.0
Move maprule() to a private directory, to discourage use of it. I (@laszlocsomor) am planning breaking changes to it. Also move private files (rule implementations) to a subdirectory "rules/private/", to clean up the "rules/" directory.
Diffstat (limited to 'docs')
-rw-r--r--docs/BUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/BUILD b/docs/BUILD
index 752ae61..6fa677e 100644
--- a/docs/BUILD
+++ b/docs/BUILD
@@ -100,13 +100,6 @@ stardoc(
)
stardoc(
- name = "maprule_docs",
- out = "maprule_doc_gen.md",
- input = "//rules:maprule.bzl",
- deps = ["//rules:maprule"],
-)
-
-stardoc(
name = "write_file_docs",
out = "write_file_doc_gen.md",
input = "//rules:write_file.bzl",