rust/src/librustdoc
kennytm 2173681647
Rollup merge of #55136 - GuillaumeGomez:short-doc, r=QuietMisdreavus
Remove short doc where it starts with a codeblock

Fixes #54975.
2018-11-13 19:21:09 +08:00
..
clean don't inline pub use some_crate unless directly asked to 2018-11-09 09:07:57 -06:00
html Rollup merge of #55136 - GuillaumeGomez:short-doc, r=QuietMisdreavus 2018-11-13 19:21:09 +08:00
passes Store nightly build instead of checking env var every time 2018-10-09 16:47:14 +02:00
Cargo.toml Update minifier version 2018-10-11 21:37:04 +02:00
config.rs move all static-file include!s into a single module 2018-11-10 16:05:29 -06:00
core.rs pass the Options struct instead of individual args 2018-11-02 17:17:02 -05:00
doctree.rs add derive macros' helper attributes to doc output 2018-09-26 13:40:08 -05:00
externalfiles.rs add Debug impls for the Options structs 2018-11-04 16:39:24 -06:00
fold.rs shuffle ownership of external_traits 2018-09-20 05:54:26 -05:00
lib.rs move all static-file include!s into a single module 2018-11-10 16:05:29 -06:00
markdown.rs pass the Options struct instead of individual args 2018-11-02 17:17:02 -05:00
README.md Move librustdoc readme to rustc guide 2018-03-12 20:09:50 -05:00
test.rs Auto merge of #55515 - QuietMisdreavus:rustdoc-config, r=GuillaumeGomez 2018-11-05 09:48:46 +00:00
theme.rs Auto merge of #53599 - matthiaskrgr:split_str__to__split_char, r=frewsxcv 2018-09-02 15:27:56 +00:00
visit_ast.rs Deprecate the FxHashMap() and FxHashSet() constructor function hack 2018-10-19 14:34:44 +02:00
visit_lib.rs Deprecate the FxHashMap() and FxHashSet() constructor function hack 2018-10-19 14:34:44 +02:00

For more information about how librustdoc works, see the rustc guide.