diff options
author | Eduardo Julian | 2022-06-14 10:17:32 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-14 10:17:32 -0400 |
commit | 9a835bde8908e4ebd1c8972211acadc5895d720a (patch) | |
tree | c4bd81cfff7357a3895389a1544eaa66230203ec /stdlib/source/documentation | |
parent | c4d938ebb2f5245b4c3faa22c4f217e7e818589f (diff) |
De-sigil-ification: suffix : [Part 8]
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)] [])) |