]> git.lizzy.rs Git - rust.git/commit
Allow external html in rustdoc for crates.
authorzzmp <zmp@umich.edu>
Sat, 28 Jun 2014 10:35:25 +0000 (03:35 -0700)
committerzzmp <zmp@umich.edu>
Mon, 30 Jun 2014 07:03:34 +0000 (00:03 -0700)
commit63afc082629044755df0c416ecf4c20ef0375254
tree0f9b43085214bb6d8e0b2e72a1158eee50a07f10
parent0ddf6f4b7c45bb6003a7c917e24583fc2b606826
Allow external html in rustdoc for crates.

Updated documentation to reflect md->html.
Modularized external file loading.
man/rustdoc.1
mk/docs.mk
src/doc/rustdoc.md
src/librustdoc/externalfiles.rs [new file with mode: 0644]
src/librustdoc/html/layout.rs
src/librustdoc/html/render.rs
src/librustdoc/lib.rs
src/librustdoc/markdown.rs