aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-08-20 03:12:49 -0400
committerEduardo Julian2021-08-20 03:12:49 -0400
commit374ccf07246484eb7beb2cd87f3fc88396373ee1 (patch)
tree4ed37fd579df1765dde6b57450f239844f7a07c1 /stdlib/source/documentation/lux.lux
parentd772fe99d5d4990c6774481fb64d12280cdb6aae (diff)
More fixes.
Diffstat (limited to 'stdlib/source/documentation/lux.lux')
-rw-r--r--stdlib/source/documentation/lux.lux15
1 files changed, 10 insertions, 5 deletions
diff --git a/stdlib/source/documentation/lux.lux b/stdlib/source/documentation/lux.lux
index 987d9cce5..2376510b5 100644
--- a/stdlib/source/documentation/lux.lux
+++ b/stdlib/source/documentation/lux.lux
@@ -12,21 +12,21 @@
["#." abstract]
["#." control]
["#." data]
- ... ["#." debug]
- ... ["#." documentation]
+ ["#." debug]
+ ["#." documentation]
+ ["#." ffi]
... ["#." locale]
... ["#." macro
... ["#/." code]]
... ["#." math]
... ["#." meta]
- ... ["#." program]
+ ["#." program]
... ["#." target]
... ["#." test]
... ["#." time]
... ... ["#." tool] ... TODO: Update & expand tests for this
... ["#." type]
... ["#." world]
- ... ["#." ffi]
... ["#." extension]
... ["#." target #_
... <target>]
@@ -49,7 +49,12 @@
[..:of]
[/abstract.documentation
/control.documentation
- /data.documentation]))
+ /data.documentation
+ /debug.documentation
+ /documentation.documentation
+ /ffi.documentation
+
+ /program.documentation]))
(program: inputs
(io.io (debug.log! ($.documentation ..documentation))))