diff --git a/src/rustdoc/doc.rs b/src/rustdoc/doc.rs index 695ae1c19113..13c618c685b2 100644 --- a/src/rustdoc/doc.rs +++ b/src/rustdoc/doc.rs @@ -96,6 +96,7 @@ type methoddoc = { sig: option }; +#[doc = "Some helper methods on moddoc, mostly for testing"] impl util for moddoc { fn mods() -> [moddoc] { @@ -153,6 +154,7 @@ impl util for moddoc { } } +#[doc = "Helper methods on itemtag"] impl util for itemtag { fn name() -> str { alt self {