aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/target
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/documentation/lux/target/js.lux8
-rw-r--r--stdlib/source/documentation/lux/target/lua.lux12
-rw-r--r--stdlib/source/documentation/lux/target/python.lux28
-rw-r--r--stdlib/source/documentation/lux/target/ruby.lux28
4 files changed, 38 insertions, 38 deletions
diff --git a/stdlib/source/documentation/lux/target/js.lux b/stdlib/source/documentation/lux/target/js.lux
index 4a87b312a..5f1a28577 100644
--- a/stdlib/source/documentation/lux/target/js.lux
+++ b/stdlib/source/documentation/lux/target/js.lux
@@ -34,7 +34,7 @@
($.default /.var)
($.default /.at)
($.default /.the)
- ($.default /.apply/*)
+ ($.default /.apply_*)
($.default /.do)
($.default /.object)
($.default /.,)
@@ -94,8 +94,8 @@
($.default /.comment)
($.default /.switch)
($.default /.cond)
- ($.default /.apply/1)
+ ($.default /.apply_1)
($.default /.not_a_number?)
- ($.default /.apply/2)
- ($.default /.apply/3)]
+ ($.default /.apply_2)
+ ($.default /.apply_3)]
[]))
diff --git a/stdlib/source/documentation/lux/target/lua.lux b/stdlib/source/documentation/lux/target/lua.lux
index c9926ba4e..d0ce0ef3e 100644
--- a/stdlib/source/documentation/lux/target/lua.lux
+++ b/stdlib/source/documentation/lux/target/lua.lux
@@ -38,7 +38,7 @@
($.default /.item)
($.default /.the)
($.default /.length)
- ($.default /.apply/*)
+ ($.default /.apply_*)
($.default /.do)
($.default /.=)
($.default /.<)
@@ -84,11 +84,11 @@
($.default /.set_label)
($.default /.go_to)
($.default /.cond)
- ($.default /.apply/1)
- ($.default /.apply/2)
- ($.default /.apply/3)
- ($.default /.apply/4)
- ($.default /.apply/5)
+ ($.default /.apply_1)
+ ($.default /.apply_2)
+ ($.default /.apply_3)
+ ($.default /.apply_4)
+ ($.default /.apply_5)
($.default /.error/1)
($.default /.print/1)
($.default /.require/1)
diff --git a/stdlib/source/documentation/lux/target/python.lux b/stdlib/source/documentation/lux/target/python.lux
index 54bd826f4..eeba814ae 100644
--- a/stdlib/source/documentation/lux/target/python.lux
+++ b/stdlib/source/documentation/lux/target/python.lux
@@ -1,14 +1,14 @@
(.using
- [library
- [lux {"-" char}
- ["$" documentation {"+" documentation:}]
- [data
- [text {"+" \n}
- ["%" format {"+" format}]]
- [collection
- ["[0]" list]]]]]
- [\\library
- ["[0]" /]])
+ [library
+ [lux {"-" char}
+ ["$" documentation {"+" documentation:}]
+ [data
+ [text {"+" \n}
+ ["%" format {"+" format}]]
+ [collection
+ ["[0]" list]]]]]
+ [\\library
+ ["[0]" /]])
(.def: .public documentation
(.List $.Module)
@@ -49,7 +49,7 @@
($.default /.slice)
($.default /.slice_from)
($.default /.dict)
- ($.default /.apply/*)
+ ($.default /.apply_*)
($.default /.apply_poly)
($.default /.apply_keyword)
($.default /.the)
@@ -102,9 +102,9 @@
($.default /.import)
($.default /.comment)
($.default /.cond)
- ($.default /.apply/1)
- ($.default /.apply/2)
- ($.default /.apply/3)
+ ($.default /.apply_1)
+ ($.default /.apply_2)
+ ($.default /.apply_3)
($.default /.str/1)
($.default /.ord/1)
($.default /.float/1)
diff --git a/stdlib/source/documentation/lux/target/ruby.lux b/stdlib/source/documentation/lux/target/ruby.lux
index 49f3f0910..7d7d5458f 100644
--- a/stdlib/source/documentation/lux/target/ruby.lux
+++ b/stdlib/source/documentation/lux/target/ruby.lux
@@ -1,14 +1,14 @@
(.using
- [library
- [lux {"-" char}
- ["$" documentation {"+" documentation:}]
- [data
- [text {"+" \n}
- ["%" format {"+" format}]]
- [collection
- ["[0]" list]]]]]
- [\\library
- ["[0]" /]])
+ [library
+ [lux {"-" char}
+ ["$" documentation {"+" documentation:}]
+ [data
+ [text {"+" \n}
+ ["%" format {"+" format}]]
+ [collection
+ ["[0]" list]]]]]
+ [\\library
+ ["[0]" /]])
(.def: .public documentation
(.List $.Module)
@@ -61,7 +61,7 @@
($.default /.array_range)
($.default /.array)
($.default /.hash)
- ($.default /.apply/*)
+ ($.default /.apply_*)
($.default /.apply_lambda/*)
($.default /.the)
($.default /.item)
@@ -106,9 +106,9 @@
($.default /.comment)
($.default /.do)
($.default /.cond)
- ($.default /.apply/1)
- ($.default /.apply/2)
- ($.default /.apply/3)
+ ($.default /.apply_1)
+ ($.default /.apply_2)
+ ($.default /.apply_3)
($.default /.print/1)
($.default /.require/1)
($.default /.print/2)