aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/data/collection/tree
diff options
context:
space:
mode:
authorEduardo Julian2021-08-29 18:30:29 -0400
committerEduardo Julian2021-08-29 18:30:29 -0400
commitff537895fe9c24f37a0ce11b640af5d4882571a5 (patch)
treef59778fa4163277d3ca3a1df450af82a401debb3 /stdlib/source/documentation/lux/data/collection/tree
parent1680d4d8bc4046ed4728413f1e7cfd77aa7e84b7 (diff)
Better parameterized type documentation.
Diffstat (limited to 'stdlib/source/documentation/lux/data/collection/tree')
-rw-r--r--stdlib/source/documentation/lux/data/collection/tree/finger.lux4
-rw-r--r--stdlib/source/documentation/lux/data/collection/tree/zipper.lux2
2 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/documentation/lux/data/collection/tree/finger.lux b/stdlib/source/documentation/lux/data/collection/tree/finger.lux
index 683d98f51..0f47d78f5 100644
--- a/stdlib/source/documentation/lux/data/collection/tree/finger.lux
+++ b/stdlib/source/documentation/lux/data/collection/tree/finger.lux
@@ -13,10 +13,10 @@
[\\library
["." /]])
-(documentation: /.Tree
+(documentation: (/.Tree @ tag value)
"A finger tree.")
-(documentation: /.Builder
+(documentation: (/.Builder @ tag)
"A builder for finter tree structures.")
(documentation: /.builder
diff --git a/stdlib/source/documentation/lux/data/collection/tree/zipper.lux b/stdlib/source/documentation/lux/data/collection/tree/zipper.lux
index d67fb37bf..7f72d669e 100644
--- a/stdlib/source/documentation/lux/data/collection/tree/zipper.lux
+++ b/stdlib/source/documentation/lux/data/collection/tree/zipper.lux
@@ -13,7 +13,7 @@
[\\library
["." /]])
-(documentation: /.Zipper
+(documentation: (/.Zipper it)
"Tree zippers, for easy navigation and editing of trees.")
(documentation: /.set