summaryrefslogtreecommitdiff
path: root/library/src/layout/container.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-21 16:19:46 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-21 16:19:46 +0100
commit31f904a2c406953cbce334e02b37a712b9b9d016 (patch)
treec23f6e063864d97afb9b3d58c10ce4c2877106c5 /library/src/layout/container.rs
parent4af7b9118c5ce612b3d9d7dd06118ce23b731d9c (diff)
Split up and document shapes
Diffstat (limited to 'library/src/layout/container.rs')
-rw-r--r--library/src/layout/container.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/src/layout/container.rs b/library/src/layout/container.rs
index 5bff050b..8a772f2d 100644
--- a/library/src/layout/container.rs
+++ b/library/src/layout/container.rs
@@ -134,10 +134,14 @@ impl Inline for BoxNode {}
/// The spacing between this block and its predecessor. Takes precedence over
/// `spacing`.
///
+/// The default value is `{1.2em}`.
+///
/// - below: Spacing (named, settable)
/// The spacing between this block and its successor. Takes precedence
/// over `spacing`.
///
+/// The default value is `{1.2em}`.
+///
/// ## Category
/// layout
#[func]