summaryrefslogtreecommitdiff
path: root/library/src/meta
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-19 01:16:35 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-19 01:16:35 +0100
commitb4b022940b908d8fe490b9f4f68bc60dcfb76cd2 (patch)
treebc93a2f51295f97f971466ab87bdd763c0ed6002 /library/src/meta
parentba384e5bb6c2455eb431f6e1fcc8b98aca1e9879 (diff)
Syntax and example sections
Diffstat (limited to 'library/src/meta')
-rw-r--r--library/src/meta/link.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/meta/link.rs b/library/src/meta/link.rs
index 27294a8d..6a2f66df 100644
--- a/library/src/meta/link.rs
+++ b/library/src/meta/link.rs
@@ -6,6 +6,7 @@ use crate::text::TextNode;
/// # Parameters
/// - dest: Destination (positional, required)
/// The destination the link points to.
+///
/// - body: Content (positional)
/// How the link is represented. Defaults to the destination if it is a link.
///