diff options
Diffstat (limited to 'library/src/layout/hide.rs')
| -rw-r--r-- | library/src/layout/hide.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/src/layout/hide.rs b/library/src/layout/hide.rs index 1318b7ed..4e70dca9 100644 --- a/library/src/layout/hide.rs +++ b/library/src/layout/hide.rs @@ -1,6 +1,8 @@ use crate::prelude::*; /// Hide content without affecting layout. +/// +/// Tags: layout. #[func] #[capable(Layout, Inline)] #[derive(Debug, Hash)] |
