summaryrefslogtreecommitdiff
path: root/library/src/meta/document.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-15 22:51:55 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-15 23:11:20 +0100
commitb6202b646a0d5ecced301d9bac8bfcaf977d7ee4 (patch)
tree7d42cb50f9e66153e7e8b2217009684e25f54f42 /library/src/meta/document.rs
parentf3980c704544a464f9729cc8bc9f97d3a7454769 (diff)
Reflection for castables
Diffstat (limited to 'library/src/meta/document.rs')
-rw-r--r--library/src/meta/document.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/src/meta/document.rs b/library/src/meta/document.rs
index 1dae4a2a..8c664df3 100644
--- a/library/src/meta/document.rs
+++ b/library/src/meta/document.rs
@@ -2,6 +2,8 @@ use crate::layout::{LayoutRoot, PageNode};
use crate::prelude::*;
/// The root node that represents a full document.
+///
+/// Tags: meta.
#[func]
#[capable(LayoutRoot)]
#[derive(Hash)]