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/grid.rs | |
| parent | b8ffd3ad3dcaebddbc674e03494e0d818b21fa51 (diff) | |
Documentation
Diffstat (limited to 'library/src/layout/grid.rs')
| -rw-r--r-- | library/src/layout/grid.rs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/library/src/layout/grid.rs b/library/src/layout/grid.rs index 1cf95001..eb45cfbe 100644 --- a/library/src/layout/grid.rs +++ b/library/src/layout/grid.rs @@ -2,9 +2,10 @@ use crate::prelude::*; use super::Spacing; +/// # Grid /// Arrange content in a grid. /// -/// # Parameters +/// ## Parameters /// - cells: Content (positional, variadic) /// The contents of the table cells. /// @@ -23,8 +24,8 @@ use super::Spacing; /// - row-gutter: TrackSizings (named) /// Defines the gaps between rows. Takes precedence over `gutter`. /// -/// # Tags -/// - layout +/// ## Category +/// layout #[func] #[capable(Layout)] #[derive(Debug, Hash)] |
