diff options
Diffstat (limited to 'stdlib/source/documentation/lux/math/number')
5 files changed, 11 insertions, 11 deletions
diff --git a/stdlib/source/documentation/lux/math/number/frac.lux b/stdlib/source/documentation/lux/math/number/frac.lux index 57fd3dbd1..7e7cfa502 100644 --- a/stdlib/source/documentation/lux/math/number/frac.lux +++ b/stdlib/source/documentation/lux/math/number/frac.lux @@ -30,7 +30,7 @@ "Frac(tion) greater-than or equal." [(>= reference sample)]) -(template [<name> <doc>] +(with_template [<name> <doc>] [(documentation: <name> <doc>)] @@ -45,7 +45,7 @@ "" [(/% param subject)]) -(template [<name> <doc>] +(with_template [<name> <doc>] [(documentation: <name> <doc>)] @@ -53,7 +53,7 @@ [/.max "Frac(tion) minimum."] ) -(template [<name> <doc>] +(with_template [<name> <doc>] [(documentation: <name> <doc>)] diff --git a/stdlib/source/documentation/lux/math/number/i64.lux b/stdlib/source/documentation/lux/math/number/i64.lux index f69796e97..d9bf765ca 100644 --- a/stdlib/source/documentation/lux/math/number/i64.lux +++ b/stdlib/source/documentation/lux/math/number/i64.lux @@ -10,7 +10,7 @@ [\\library ["[0]" /]]) -(template [<name> <doc>] +(with_template [<name> <doc>] [(documentation: <name> <doc>)] @@ -43,7 +43,7 @@ "Count the number of 1s in a bit-map." [(ones it)]) -(template [<name> <doc>] +(with_template [<name> <doc>] [(documentation: <name> <doc>)] diff --git a/stdlib/source/documentation/lux/math/number/int.lux b/stdlib/source/documentation/lux/math/number/int.lux index 6a2f7ef24..646220cc3 100644 --- a/stdlib/source/documentation/lux/math/number/int.lux +++ b/stdlib/source/documentation/lux/math/number/int.lux @@ -30,7 +30,7 @@ "Int(eger) greater-than or equal." [(>= reference sample)]) -(template [<name> <doc>] +(with_template [<name> <doc>] [(documentation: <name> <doc>)] @@ -38,7 +38,7 @@ [/.max "Int(eger) maximum."] ) -(template [<name> <doc>] +(with_template [<name> <doc>] [(documentation: <name> <doc>)] diff --git a/stdlib/source/documentation/lux/math/number/nat.lux b/stdlib/source/documentation/lux/math/number/nat.lux index f830b17fd..6f79389c7 100644 --- a/stdlib/source/documentation/lux/math/number/nat.lux +++ b/stdlib/source/documentation/lux/math/number/nat.lux @@ -10,7 +10,7 @@ [\\library ["[0]" /]]) -(template [<name> <documentation>] +(with_template [<name> <documentation>] [(documentation: <name> <documentation>)] @@ -27,7 +27,7 @@ [/.% "Nat(ural) remainder."] ) -(template [<name> <doc>] +(with_template [<name> <doc>] [(documentation: <name> <doc>)] diff --git a/stdlib/source/documentation/lux/math/number/rev.lux b/stdlib/source/documentation/lux/math/number/rev.lux index 30bf3821b..39dc43660 100644 --- a/stdlib/source/documentation/lux/math/number/rev.lux +++ b/stdlib/source/documentation/lux/math/number/rev.lux @@ -30,7 +30,7 @@ "Rev(olution) greater-than or equal." [(>= reference sample)]) -(template [<name> <doc>] +(with_template [<name> <doc>] [(documentation: <name> <doc>)] @@ -38,7 +38,7 @@ [/.max "Rev(olution) maximum."] ) -(template [<name> <doc>] +(with_template [<name> <doc>] [(documentation: <name> <doc>)] |