Skip to content

Commit 2046558

Browse files
Add documentation links to a couple of macros
1 parent 8dd03f2 commit 2046558

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

markup5ever/build.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ fn main() {
7171
writeln!(
7272
generated,
7373
r#"
74-
/// Maps the input of `namespace_prefix!` to the output of `namespace_url!`.
74+
/// Maps the input of [`namespace_prefix!`](macro.namespace_prefix.html) to
75+
/// the output of [`namespace_url!`](macro.namespace_url.html).
76+
///
7577
#[macro_export] macro_rules! ns {{
7678
"#
7779
)

0 commit comments

Comments
 (0)