From 0369c6f6779f82b8f9dcbdfa5dbd34480c4c7efd Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Wed, 11 Dec 2024 17:20:12 -0800 Subject: [PATCH] lol docs --- doc/BUILD | 2 +- doc/rules.md | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/BUILD b/doc/BUILD index 1745bc8..90177f1 100644 --- a/doc/BUILD +++ b/doc/BUILD @@ -46,7 +46,7 @@ write_file( name = "fix_stardoc_" + file, srcs = [file + ".md_pre"], outs = [file + ".md_"], - cmd = "sed '/rules.doc.bzl/d' $(SRCS) > $(OUTS)", + cmd = "sed '/rules.doc.bzl/,+1d' $(SRCS) > $(OUTS)", ) for file in _DOC_SRCS.keys() ] diff --git a/doc/rules.md b/doc/rules.md index 830e3c2..5b5064c 100644 --- a/doc/rules.md +++ b/doc/rules.md @@ -12,7 +12,6 @@ On this page: ## apple_genrule
-
 apple_genrule(name, srcs, outs, cmd, executable, message, no_sandbox, tools)
 
@@ -84,7 +83,6 @@ NOTE: `DEVELOPER_DIR` and `SDKROOT` are environment variables and *not* make ## toolchain_substitution
-
 toolchain_substitution(name, src, var_name)
 
@@ -125,7 +123,6 @@ ios_application( ## universal_binary
-
 universal_binary(name, binary)