From f5f7df7247ae29800e0290774a50942e2485beea Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 20 Dec 2022 16:08:16 +0100 Subject: Documentation --- library/src/layout/repeat.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'library/src/layout/repeat.rs') diff --git a/library/src/layout/repeat.rs b/library/src/layout/repeat.rs index fa87d922..864454c4 100644 --- a/library/src/layout/repeat.rs +++ b/library/src/layout/repeat.rs @@ -1,13 +1,14 @@ use crate::prelude::*; +/// # Repeat /// Repeats content to fill a line. /// -/// # Parameters +/// ## Parameters /// - body: Content (positional, required) /// The content to repeat. /// -/// # Tags -/// - layout +/// ## Category +/// layout #[func] #[capable(Layout, Inline)] #[derive(Debug, Hash)] -- cgit v1.2.3