aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/target/jvm/type/category.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux/target/jvm/type/category.lux')
-rw-r--r--stdlib/source/documentation/lux/target/jvm/type/category.lux30
1 files changed, 30 insertions, 0 deletions
diff --git a/stdlib/source/documentation/lux/target/jvm/type/category.lux b/stdlib/source/documentation/lux/target/jvm/type/category.lux
new file mode 100644
index 000000000..370ba21b3
--- /dev/null
+++ b/stdlib/source/documentation/lux/target/jvm/type/category.lux
@@ -0,0 +1,30 @@
+(.using
+ [library
+ [lux {"-" char}
+ ["$" documentation {"+" documentation:}]
+ [data
+ [text {"+" \n}
+ ["%" format {"+" format}]]
+ [collection
+ ["[0]" list]]]]]
+ [\\library
+ ["[0]" /]])
+
+(.def: .public documentation
+ (.List $.Module)
+ ($.module /._
+ ""
+ [($.default /.Method)
+ ($.default /.Return')
+ ($.default /.Value')
+ ($.default /.Return)
+ ($.default /.Value)
+ ($.default /.Void)
+ ($.default /.Object)
+ ($.default /.Parameter)
+ ($.default /.Primitive)
+ ($.default /.Var)
+ ($.default /.Class)
+ ($.default /.Array)
+ ($.default /.Declaration)]
+ []))