mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 00:13:12 +03:00
hoon: doccords, product-docs arent made in +boog
this is almost a revert of the commit that added in the %funk tag, but not quite, so its a new commit. i apparently forgot that product docs are actually built by +wrap, not +boog, so it was treating postfix arm-docs as if they were product docs
This commit is contained in:
parent
f31a9edd79
commit
a59bd02054
@ -13270,15 +13270,10 @@
|
||||
%+ knee [p=*term q=*hoon] |. ~+
|
||||
%+ cook
|
||||
|= [a=whit b=term c=whit d=hoon]
|
||||
?~ boy.a :: no arm docs
|
||||
?~ boy.c :: no product docs
|
||||
[b d]
|
||||
:: product docs, no arm docs
|
||||
[b [%note help+`[u.boy.c] d]]
|
||||
?~ boy.c :: arm docs, no product docs
|
||||
[b [%note help+[[%funk b]~ u.boy.a] d]]
|
||||
:: arm docs and product docs
|
||||
[b [%note help+[[%funk b]~ u.boy.a] [%note help+`[u.boy.c] d]]]
|
||||
=/ e=whit (glom a c)
|
||||
?~ boy.e :: no arm docs
|
||||
[b d]
|
||||
[b [%note help+[[%funk b]~ u.boy.e] d]]
|
||||
;~ pose
|
||||
;~ plug
|
||||
apex:docs
|
||||
|
Loading…
Reference in New Issue
Block a user