rust/mk
bors 2735c7bb10 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).
2014-06-30 07:31:29 +00:00
..
clean.mk
crates.mk sync: Move underneath libstd 2014-06-11 10:00:43 -07:00
ctags.mk
dist.mk mk: Bundle jemalloc with make dist 2014-05-11 17:41:36 -04:00
docs.mk Allow external html in rustdoc for crates. 2014-06-30 00:03:34 -07:00
host.mk
install.mk
llvm.mk
main.mk Stabilize version output for rustc and rustdoc 2014-06-24 17:24:34 -07:00
perf.mk
platform.mk Added Mipsel architecture support 2014-06-24 11:12:10 +02:00
prepare.mk mk: Fix make install 2014-05-07 23:23:17 -07:00
reconfig.mk
rt.mk alloc: Allow disabling jemalloc 2014-06-16 18:15:48 -07:00
rustllvm.mk
snap.mk
stage0.mk remove unnecessary PaX detection 2014-06-13 13:53:35 -07:00
target.mk alloc: Allow disabling jemalloc 2014-06-16 18:15:48 -07:00
tests.mk Extract tests from libcore to a separate crate 2014-06-29 15:57:21 -07:00
util.mk