aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux.lux')
-rw-r--r--stdlib/source/documentation/lux.lux13
1 files changed, 8 insertions, 5 deletions
diff --git a/stdlib/source/documentation/lux.lux b/stdlib/source/documentation/lux.lux
index ac01ef0f1..4365ea0eb 100644
--- a/stdlib/source/documentation/lux.lux
+++ b/stdlib/source/documentation/lux.lux
@@ -22,10 +22,10 @@
["#." program]
["#." static]
["#." target]
- ... ["#." test]
- ... ["#." time]
- ... ... ["#." tool] ... TODO: Documentation for this
- ... ["#." type]
+ ["#." test]
+ ["#." time]
+ ... ["#." tool] ... TODO: Documentation for this
+ ["#." type]
... ["#." world]
... ["#." extension]
... ["#." target #_
@@ -49,7 +49,10 @@
/meta.documentation
/program.documentation
/static.documentation
- /target.documentation]))
+ /target.documentation
+ /test.documentation
+ /time.documentation
+ /type.documentation]))
(program: inputs
(io.io (debug.log! ($.documentation ..documentation))))