mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Mark document children as internal
This commit is contained in:
parent
3b9acf5563
commit
5a833208f9
@ -54,6 +54,7 @@ pub struct DocumentElem {
|
|||||||
pub date: Smart<Option<Datetime>>,
|
pub date: Smart<Option<Datetime>>,
|
||||||
|
|
||||||
/// The page runs.
|
/// The page runs.
|
||||||
|
#[internal]
|
||||||
#[variadic]
|
#[variadic]
|
||||||
pub children: Vec<Content>,
|
pub children: Vec<Content>,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user