diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-20 16:08:16 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-20 16:11:37 +0100 |
| commit | f5f7df7247ae29800e0290774a50942e2485beea (patch) | |
| tree | 57253ba51efdae3ac8e4eea722428924625b514c /library/src/layout/align.rs | |
| parent | b8ffd3ad3dcaebddbc674e03494e0d818b21fa51 (diff) | |
Documentation
Diffstat (limited to 'library/src/layout/align.rs')
| -rw-r--r-- | library/src/layout/align.rs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/library/src/layout/align.rs b/library/src/layout/align.rs index 5426f5e2..9fcb216f 100644 --- a/library/src/layout/align.rs +++ b/library/src/layout/align.rs @@ -1,16 +1,17 @@ use crate::prelude::*; +/// # Align /// Align content horizontally and vertically. /// -/// # Parameters +/// ## Parameters /// - body: Content (positional, required) /// The content to align. /// /// - alignment: Axes<Option<GenAlign>> (positional, settable) /// The alignment along both axes. /// -/// # Tags -/// - layout +/// ## Category +/// layout #[func] #[capable] #[derive(Debug, Hash)] |
