mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 13:55:54 +03:00
dprint: dont print (undocumented) on arms
style reasons
This commit is contained in:
parent
0fbdd6808a
commit
ec74127a43
@ -544,11 +544,17 @@
|
|||||||
;: weld
|
;: weld
|
||||||
(print-header (weld "+" name.item) adoc.item)
|
(print-header (weld "+" name.item) adoc.item)
|
||||||
[%txt ""]~
|
[%txt ""]~
|
||||||
(styled [[`%br ~ `%b] 'product:']~)
|
?~ pdoc.item
|
||||||
(print-header "" pdoc.item)
|
*(list sole-effect)
|
||||||
[%txt ""]~
|
%- zing :~ (styled [[`%br ~ `%b] 'product:']~)
|
||||||
(styled [[`%br ~ `%b] 'default arm in core:']~)
|
(print-header "" pdoc.item)
|
||||||
(print-header "" cdoc.item)
|
[%txt ""]~
|
||||||
|
==
|
||||||
|
?~ cdoc.item
|
||||||
|
*(list sole-effect)
|
||||||
|
%- zing :~ (styled [[`%br ~ `%b] 'default arm in core:']~)
|
||||||
|
(print-header "" cdoc.item)
|
||||||
|
==
|
||||||
==
|
==
|
||||||
::
|
::
|
||||||
:: +print-face: renders documentation for a face
|
:: +print-face: renders documentation for a face
|
||||||
@ -572,8 +578,8 @@
|
|||||||
~? >> debug %print-header
|
~? >> debug %print-header
|
||||||
;: weld
|
;: weld
|
||||||
(styled [[`%br ~ `%g] (crip name)]~)
|
(styled [[`%br ~ `%g] (crip name)]~)
|
||||||
?~ doc
|
?~ doc *(list sole-effect)
|
||||||
(styled [[`%br ~ `%r] '(undocumented)']~)
|
:: (styled [[`%br ~ `%r] '(undocumented)']~)
|
||||||
:~ :- %tan
|
:~ :- %tan
|
||||||
%- flop
|
%- flop
|
||||||
;: weld
|
;: weld
|
||||||
|
Loading…
Reference in New Issue
Block a user