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/place.rs | |
| parent | b8ffd3ad3dcaebddbc674e03494e0d818b21fa51 (diff) | |
Documentation
Diffstat (limited to 'library/src/layout/place.rs')
| -rw-r--r-- | library/src/layout/place.rs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/library/src/layout/place.rs b/library/src/layout/place.rs index 8baf69af..ed3d71bf 100644 --- a/library/src/layout/place.rs +++ b/library/src/layout/place.rs @@ -1,8 +1,9 @@ use crate::prelude::*; +/// # Place /// Place content at an absolute position. /// -/// # Parameters +/// ## Parameters /// - alignment: Axes<Option<GenAlign>> (positional) /// Relative to which position in the parent container to place the content. /// @@ -15,8 +16,8 @@ use crate::prelude::*; /// - dy: Rel<Length> (named) /// The vertical displacement of the placed content. /// -/// # Tags -/// - layout +/// ## Category +/// layout #[func] #[capable(Layout, Behave)] #[derive(Debug, Hash)] |
