summaryrefslogtreecommitdiff
path: root/library/src/meta/document.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-17 16:24:29 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-17 16:24:29 +0100
commit35b16e545b4fce299edbc00c9a9754179fa51634 (patch)
treeeb1081e55187e59ff6482abc1ac2f1932606ef59 /library/src/meta/document.rs
parentb6202b646a0d5ecced301d9bac8bfcaf977d7ee4 (diff)
Document parameters in comment
Diffstat (limited to 'library/src/meta/document.rs')
-rw-r--r--library/src/meta/document.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/src/meta/document.rs b/library/src/meta/document.rs
index 8c664df3..e20821c5 100644
--- a/library/src/meta/document.rs
+++ b/library/src/meta/document.rs
@@ -3,7 +3,8 @@ use crate::prelude::*;
/// The root node that represents a full document.
///
-/// Tags: meta.
+/// # Tags
+/// - meta
#[func]
#[capable(LayoutRoot)]
#[derive(Hash)]