]> git.lizzy.rs Git - rust.git/commit
auto merge of #15237 : zzmp/rust/feat/markdown-in-crate-documentation, r=huonw
authorbors <bors@rust-lang.org>
Mon, 30 Jun 2014 07:31:29 +0000 (07:31 +0000)
committerbors <bors@rust-lang.org>
Mon, 30 Jun 2014 07:31:29 +0000 (07:31 +0000)
commit2735c7bb104d0938bccd261c5ea0d083f05ceba5
treeb17bfa5031a983fc6fcb2cd4f6548d728773261e
parente1683f50c00297e9908ae028fa1d41b9a52a6f6f
parent63afc082629044755df0c416ecf4c20ef0375254
auto merge of #15237 : zzmp/rust/feat/markdown-in-crate-documentation, r=huonw

This makes the `in-header`, `markdown-before-content`, and `markdown-after-content` options available to `rustdoc` when generating documentation for any crate.

Before, these options were only available when creating documentation *from* markdown. Now, they are available when generating documentation from source.

This also updates the `rustdoc -h` output to reflect these changes. It does not update the `man rustdoc` page, nor does it update the documentation in [the `rustdoc` manual](http://doc.rust-lang.org/rustdoc.html).