diff options
Diffstat (limited to 'src/doc.rs')
| -rw-r--r-- | src/doc.rs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -598,13 +598,15 @@ pub enum Meta { } /// Host for metadata. +/// +/// Display: Meta +/// Category: special #[node] pub struct MetaNode { /// Metadata that should be attached to all elements affected by this style /// property. #[settable] #[fold] - #[skip] #[default] pub data: Vec<Meta>, } |
