From b4b022940b908d8fe490b9f4f68bc60dcfb76cd2 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 19 Dec 2022 01:16:35 +0100 Subject: Syntax and example sections --- library/src/layout/stack.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'library/src/layout/stack.rs') diff --git a/library/src/layout/stack.rs b/library/src/layout/stack.rs index deb565b6..2683175a 100644 --- a/library/src/layout/stack.rs +++ b/library/src/layout/stack.rs @@ -8,8 +8,10 @@ use crate::prelude::*; /// # Parameters /// - items: StackChild (positional, variadic) /// The items to stack along an axis. +/// /// - dir: Dir (named) /// The direction along which the items are stacked. +/// /// - spacing: Spacing (named) /// Spacing to insert between items where no explicit spacing was provided. /// -- cgit v1.2.3