diff options
Diffstat (limited to 'stdlib/source/documentation/lux/math/number')
10 files changed, 40 insertions, 40 deletions
diff --git a/stdlib/source/documentation/lux/math/number/complex.lux b/stdlib/source/documentation/lux/math/number/complex.lux index 0a56b0d85..e6d2c4b16 100644 --- a/stdlib/source/documentation/lux/math/number/complex.lux +++ b/stdlib/source/documentation/lux/math/number/complex.lux @@ -1,10 +1,10 @@ (.module: [library - [lux (#- private) - ["$" documentation (#+ documentation:)] + [lux {"-" [private]} + ["$" documentation {"+" [documentation:]}] [data - ["." text (#+ \n) - ["%" format (#+ format)]]] + ["." text {"+" [\n]} + ["%" format {"+" [format]}]]] [macro ["." template]]]] [\\library diff --git a/stdlib/source/documentation/lux/math/number/frac.lux b/stdlib/source/documentation/lux/math/number/frac.lux index e78852864..d14b0e3b5 100644 --- a/stdlib/source/documentation/lux/math/number/frac.lux +++ b/stdlib/source/documentation/lux/math/number/frac.lux @@ -1,10 +1,10 @@ (.module: [library - [lux (#- private) - ["$" documentation (#+ documentation:)] + [lux {"-" [private]} + ["$" documentation {"+" [documentation:]}] [data - ["." text (#+ \n) - ["%" format (#+ format)]]] + ["." text {"+" [\n]} + ["%" format {"+" [format]}]]] [macro ["." template]]]] [\\library diff --git a/stdlib/source/documentation/lux/math/number/i16.lux b/stdlib/source/documentation/lux/math/number/i16.lux index a38b3cbff..7cb6b96df 100644 --- a/stdlib/source/documentation/lux/math/number/i16.lux +++ b/stdlib/source/documentation/lux/math/number/i16.lux @@ -1,10 +1,10 @@ (.module: [library - [lux (#- private) - ["$" documentation (#+ documentation:)] + [lux {"-" [private]} + ["$" documentation {"+" [documentation:]}] [data - ["." text (#+ \n) - ["%" format (#+ format)]]] + ["." text {"+" [\n]} + ["%" format {"+" [format]}]]] [macro ["." template]]]] [\\library diff --git a/stdlib/source/documentation/lux/math/number/i32.lux b/stdlib/source/documentation/lux/math/number/i32.lux index 5f438cc50..88bbe80e4 100644 --- a/stdlib/source/documentation/lux/math/number/i32.lux +++ b/stdlib/source/documentation/lux/math/number/i32.lux @@ -1,10 +1,10 @@ (.module: [library - [lux (#- private) - ["$" documentation (#+ documentation:)] + [lux {"-" [private]} + ["$" documentation {"+" [documentation:]}] [data - ["." text (#+ \n) - ["%" format (#+ format)]]] + ["." text {"+" [\n]} + ["%" format {"+" [format]}]]] [macro ["." template]]]] [\\library diff --git a/stdlib/source/documentation/lux/math/number/i64.lux b/stdlib/source/documentation/lux/math/number/i64.lux index afdee1688..18365fe3a 100644 --- a/stdlib/source/documentation/lux/math/number/i64.lux +++ b/stdlib/source/documentation/lux/math/number/i64.lux @@ -1,10 +1,10 @@ (.module: [library - [lux (#- or and not) - ["$" documentation (#+ documentation:)] + [lux {"-" [or and not]} + ["$" documentation {"+" [documentation:]}] [data - ["." text (#+ \n) - ["%" format (#+ format)]]] + ["." text {"+" [\n]} + ["%" format {"+" [format]}]]] [macro ["." template]]]] [\\library diff --git a/stdlib/source/documentation/lux/math/number/i8.lux b/stdlib/source/documentation/lux/math/number/i8.lux index e7022c20e..3329e8a6c 100644 --- a/stdlib/source/documentation/lux/math/number/i8.lux +++ b/stdlib/source/documentation/lux/math/number/i8.lux @@ -1,10 +1,10 @@ (.module: [library - [lux (#- private) - ["$" documentation (#+ documentation:)] + [lux {"-" [private]} + ["$" documentation {"+" [documentation:]}] [data - ["." text (#+ \n) - ["%" format (#+ format)]]] + ["." text {"+" [\n]} + ["%" format {"+" [format]}]]] [macro ["." template]]]] [\\library diff --git a/stdlib/source/documentation/lux/math/number/int.lux b/stdlib/source/documentation/lux/math/number/int.lux index fc066a37a..fc8b72cfd 100644 --- a/stdlib/source/documentation/lux/math/number/int.lux +++ b/stdlib/source/documentation/lux/math/number/int.lux @@ -1,10 +1,10 @@ (.module: [library - [lux (#- private) - ["$" documentation (#+ documentation:)] + [lux {"-" [private]} + ["$" documentation {"+" [documentation:]}] [data - ["." text (#+ \n) - ["%" format (#+ format)]]] + ["." text {"+" [\n]} + ["%" format {"+" [format]}]]] [macro ["." template]]]] [\\library diff --git a/stdlib/source/documentation/lux/math/number/nat.lux b/stdlib/source/documentation/lux/math/number/nat.lux index 6b0ac7ea9..957da93b0 100644 --- a/stdlib/source/documentation/lux/math/number/nat.lux +++ b/stdlib/source/documentation/lux/math/number/nat.lux @@ -1,10 +1,10 @@ (.module: [library - [lux (#- private) - ["$" documentation (#+ documentation:)] + [lux {"-" [private]} + ["$" documentation {"+" [documentation:]}] [data - ["." text (#+ \n) - ["%" format (#+ format)]]] + ["." text {"+" [\n]} + ["%" format {"+" [format]}]]] [macro ["." template]]]] [\\library diff --git a/stdlib/source/documentation/lux/math/number/ratio.lux b/stdlib/source/documentation/lux/math/number/ratio.lux index 7af023084..e7e018083 100644 --- a/stdlib/source/documentation/lux/math/number/ratio.lux +++ b/stdlib/source/documentation/lux/math/number/ratio.lux @@ -1,10 +1,10 @@ (.module: [library - [lux (#- private) - ["$" documentation (#+ documentation:)] + [lux {"-" [private]} + ["$" documentation {"+" [documentation:]}] [data - ["." text (#+ \n) - ["%" format (#+ format)]]] + ["." text {"+" [\n]} + ["%" format {"+" [format]}]]] [macro ["." template]]]] [\\library diff --git a/stdlib/source/documentation/lux/math/number/rev.lux b/stdlib/source/documentation/lux/math/number/rev.lux index 1cfce71bb..bd5c28ab1 100644 --- a/stdlib/source/documentation/lux/math/number/rev.lux +++ b/stdlib/source/documentation/lux/math/number/rev.lux @@ -1,10 +1,10 @@ (.module: [library - [lux (#- private) - ["$" documentation (#+ documentation:)] + [lux {"-" [private]} + ["$" documentation {"+" [documentation:]}] [data - ["." text (#+ \n) - ["%" format (#+ format)]]] + ["." text {"+" [\n]} + ["%" format {"+" [format]}]]] [macro ["." template]]]] [\\library |