]> git.lizzy.rs Git - rust.git/commitdiff
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)
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).


Trivial merge