rust/src/librustdoc
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 Remove the quad_precision_float feature gate 2014-06-24 16:36:12 -07:00
html auto merge of #15237 : zzmp/rust/feat/markdown-in-crate-documentation, r=huonw 2014-06-30 07:31:29 +00:00
core.rs Convert builtin lints to uppercase names for style consistency 2014-06-24 11:36:27 -07:00
doctree.rs rustc: Move the AST from @T to Gc<T> 2014-06-11 09:51:37 -07:00
externalfiles.rs Allow external html in rustdoc for crates. 2014-06-30 00:03:34 -07:00
flock.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
fold.rs rustdoc: Fill in external trait methods 2014-05-22 09:46:22 -07:00
lib.rs Allow external html in rustdoc for crates. 2014-06-30 00:03:34 -07:00
markdown.rs Allow external html in rustdoc for crates. 2014-06-30 00:03:34 -07:00
passes.rs Remove unnecessary to_string calls 2014-06-26 08:56:49 +02:00
plugins.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
test.rs librustc: Match trait self types exactly. 2014-06-28 11:18:37 -07:00
visit_ast.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00