doc: unifying with rustdoc
Conflicts: src/doc/rust.md
This commit is contained in:
parent
fb9ea2eaca
commit
c494a06064
4 changed files with 50 additions and 43 deletions
|
@ -976,7 +976,7 @@ impl<'a> fmt::Show for Item<'a> {
|
|||
format!("{}-{}", self.item.source.loline, self.item.source.hiline)
|
||||
};
|
||||
try!(write!(fmt.buf,
|
||||
"<a class='source'\
|
||||
"<a class='source' \
|
||||
href='{root}src/{krate}/{path}.html\\#{href}'>\
|
||||
[src]</a>",
|
||||
root = self.cx.root_path,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue