diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/documentation/lux/tool.lux | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/stdlib/source/documentation/lux/tool.lux b/stdlib/source/documentation/lux/tool.lux index 1cd0a11a1..0c721b6ed 100644 --- a/stdlib/source/documentation/lux/tool.lux +++ b/stdlib/source/documentation/lux/tool.lux @@ -6,16 +6,16 @@ [text {"+" [\n]} ["%" format {"+" [format]}]] [collection - ["." list]]]]] - ["." / "_" + ["[0]" list]]]]] + ["[0]" / "_" [compiler - ["#." phase] + ["[1][0]" phase] [language [lux - ["#." analysis] - ["#." directive] - ["#." generation] - ["#." synthesis]]]]]) + ["[1][0]" analysis] + ["[1][0]" directive] + ["[1][0]" generation] + ["[1][0]" synthesis]]]]]) (.def: .public documentation (.List $.Module) |