summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/meta/document.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/typst-library/src/meta/document.rs')
-rw-r--r--crates/typst-library/src/meta/document.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/crates/typst-library/src/meta/document.rs b/crates/typst-library/src/meta/document.rs
index db036e0a..66f8aeb5 100644
--- a/crates/typst-library/src/meta/document.rs
+++ b/crates/typst-library/src/meta/document.rs
@@ -17,10 +17,7 @@ use crate::prelude::*;
///
/// Note that metadata set with this function is not rendered within the
/// document. Instead, it is embedded in the compiled PDF file.
-///
-/// Display: Document
-/// Category: meta
-#[element(Construct, LayoutRoot)]
+#[elem(Construct, LayoutRoot)]
pub struct DocumentElem {
/// The document's title. This is often rendered as the title of the
/// PDF viewer window.