Skip to content

Commit

Permalink
lol docs
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Dec 12, 2024
1 parent 01fec0c commit 0369c6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion doc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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()
]
Expand Down
3 changes: 0 additions & 3 deletions doc/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ On this page:
## apple_genrule

<pre>

apple_genrule(<a href="#apple_genrule-name">name</a>, <a href="#apple_genrule-srcs">srcs</a>, <a href="#apple_genrule-outs">outs</a>, <a href="#apple_genrule-cmd">cmd</a>, <a href="#apple_genrule-executable">executable</a>, <a href="#apple_genrule-message">message</a>, <a href="#apple_genrule-no_sandbox">no_sandbox</a>, <a href="#apple_genrule-tools">tools</a>)
</pre>

Expand Down Expand Up @@ -84,7 +83,6 @@ NOTE: `DEVELOPER_DIR` and `SDKROOT` are environment variables and *not* make
## toolchain_substitution

<pre>

toolchain_substitution(<a href="#toolchain_substitution-name">name</a>, <a href="#toolchain_substitution-src">src</a>, <a href="#toolchain_substitution-var_name">var_name</a>)
</pre>

Expand Down Expand Up @@ -125,7 +123,6 @@ ios_application(
## universal_binary

<pre>

universal_binary(<a href="#universal_binary-name">name</a>, <a href="#universal_binary-binary">binary</a>)
</pre>

Expand Down

0 comments on commit 0369c6f

Please sign in to comment.