diff options
Diffstat (limited to 'stdlib/source/documentation')
-rw-r--r-- | stdlib/source/documentation/lux/ffi.jvm.lux | 6 | ||||
-rw-r--r-- | stdlib/source/documentation/lux/ffi.old.lux | 6 | ||||
-rw-r--r-- | stdlib/source/documentation/lux/type/poly.lux | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/stdlib/source/documentation/lux/ffi.jvm.lux b/stdlib/source/documentation/lux/ffi.jvm.lux index 254f5d7a1..72a5e15cd 100644 --- a/stdlib/source/documentation/lux/ffi.jvm.lux +++ b/stdlib/source/documentation/lux/ffi.jvm.lux @@ -110,9 +110,9 @@ "(::new! []) for calling the class's constructor." "(::resolve! container [value]) for calling the 'resolve' method."]) -(documentation: /.interface: +(documentation: /.interface "Allows defining JVM interfaces." - [(interface: TestInterface + [(interface TestInterface ([] foo [boolean String] void "throws" [Exception]))]) (documentation: /.object @@ -306,7 +306,7 @@ ..short_to_char ..class: - ..interface: + ..interface ..object ..null ..null? diff --git a/stdlib/source/documentation/lux/ffi.old.lux b/stdlib/source/documentation/lux/ffi.old.lux index 36282f92d..a93ecbe95 100644 --- a/stdlib/source/documentation/lux/ffi.old.lux +++ b/stdlib/source/documentation/lux/ffi.old.lux @@ -74,9 +74,9 @@ "(::new! []) for calling the class's constructor." "(::resolve! container [value]) for calling the 'resolve' method."]) -(documentation: /.interface: +(documentation: /.interface "Allows defining JVM interfaces." - [(interface: TestInterface + [(interface TestInterface ([] foo [boolean String] void "throws" [Exception]))]) (documentation: /.object @@ -240,7 +240,7 @@ ..char_to_int ..char_to_long ..class: - ..interface: + ..interface ..object ..null ..null? diff --git a/stdlib/source/documentation/lux/type/poly.lux b/stdlib/source/documentation/lux/type/poly.lux index e08c1d058..92183f398 100644 --- a/stdlib/source/documentation/lux/type/poly.lux +++ b/stdlib/source/documentation/lux/type/poly.lux @@ -26,5 +26,5 @@ ($.module /._ "" [..code - ($.default /.poly:)] + ($.default /.polytypic)] [])) |