Skip to content

Commit 868d9c7

Browse files
committed
rustdoc: Add some rustdocs
1 parent bc450e6 commit 868d9c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rustdoc/doc.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ type methoddoc = {
9696
sig: option<str>
9797
};
9898

99+
#[doc = "Some helper methods on moddoc, mostly for testing"]
99100
impl util for moddoc {
100101

101102
fn mods() -> [moddoc] {
@@ -153,6 +154,7 @@ impl util for moddoc {
153154
}
154155
}
155156

157+
#[doc = "Helper methods on itemtag"]
156158
impl util for itemtag {
157159
fn name() -> str {
158160
alt self {

0 commit comments

Comments
 (0)