diff options
Diffstat (limited to 'stdlib/source/documentation/lux/tool.lux')
-rw-r--r-- | stdlib/source/documentation/lux/tool.lux | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stdlib/source/documentation/lux/tool.lux b/stdlib/source/documentation/lux/tool.lux index f101ea48d..84090f0bb 100644 --- a/stdlib/source/documentation/lux/tool.lux +++ b/stdlib/source/documentation/lux/tool.lux @@ -1,21 +1,21 @@ (.using - [library - [lux {"-" char} - ["$" documentation {"+" documentation:}] - [data - [text {"+" \n} - ["%" format {"+" format}]] - [collection - ["[0]" list]]]]] - ["[0]" / "_" - [compiler - ["[1][0]" phase] - [language - [lux - ["[1][0]" analysis] - ["[1][0]" directive] - ["[1][0]" generation] - ["[1][0]" synthesis]]]]]) + [library + [lux {"-" char} + ["$" documentation (.only documentation:)] + [data + [text (.only \n) + ["%" format (.only format)]] + [collection + ["[0]" list]]]]] + ["[0]" / "_" + [compiler + ["[1][0]" phase] + [language + [lux + ["[1][0]" analysis] + ["[1][0]" directive] + ["[1][0]" generation] + ["[1][0]" synthesis]]]]]) (.def: .public documentation (.List $.Module) |