aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-09-06 16:28:43 -0400
committerEduardo Julian2021-09-06 16:28:43 -0400
commitb55cefcb258f11eeee32c1478faefd1bd09ec871 (patch)
tree8920d7c35bbb7adb3d5fd1a0a2a98fb328549ed2 /stdlib/source/documentation/lux.lux
parentddcfead3ebf30fd8fef26f495662ef61e652ba4f (diff)
New chapter on compiler extensions.
Diffstat (limited to 'stdlib/source/documentation/lux.lux')
-rw-r--r--stdlib/source/documentation/lux.lux7
1 files changed, 5 insertions, 2 deletions
diff --git a/stdlib/source/documentation/lux.lux b/stdlib/source/documentation/lux.lux
index 94ccb3b38..88102d67a 100644
--- a/stdlib/source/documentation/lux.lux
+++ b/stdlib/source/documentation/lux.lux
@@ -35,7 +35,7 @@
["#." target]
["#." test]
["#." time]
- ... ["#." tool] ... TODO: Documentation for this
+ ["#." tool] ... TODO: Documentation for this
["#." type]
["#." world]
... ["#." target "_"
@@ -1031,7 +1031,9 @@
($.default /.Source)
($.default /.Module_State)
($.default /.Type_Context)
- ($.default /.Macro')]
+ ($.default /.Macro')
+ ($.default /.Label)
+ ($.default /.macro)]
[/abstract.documentation
/control.documentation
/data.documentation
@@ -1048,6 +1050,7 @@
/target.documentation
/test.documentation
/time.documentation
+ /tool.documentation
/type.documentation
/world.documentation]))