rust/src/librustdoc
Mark Rousskov 32ed5acf98
Rollup merge of #51391 - estebank:docspan, r=GuillaumeGomez
Use spans pointing at the inside of a rustdoc attribute

Follow up to #51111.

Point to the link in a rustdoc attribute where intralink resolution failed, instead of the full rustdoc attribute's span.

r? @GuillaumeGomez cc @kennytm
2018-06-08 17:21:02 -06:00
..
clean Rollup merge of #51391 - estebank:docspan, r=GuillaumeGomez 2018-06-08 17:21:02 -06:00
html Remove useless function call for keyword generation in rustdoc 2018-06-04 09:51:41 +02:00
passes Add doc keyword support 2018-06-04 09:51:41 +02:00
Cargo.toml Add minification process 2018-05-12 19:15:06 +02:00
core.rs Fix crate-name option in rustdoc 2018-06-04 23:05:14 +02:00
doctree.rs rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
externalfiles.rs replace error/warning println with structured diag 2018-05-14 11:03:22 -05:00
fold.rs use field init shorthand EVERYWHERE 2017-08-15 15:29:17 -07:00
lib.rs Show which line the link is coming from. 2018-06-03 18:25:04 +08:00
markdown.rs replace error/warning println with structured diag 2018-05-14 11:03:22 -05:00
plugins.rs rustc_back: move dynamic_lib to rustc_metadata. 2017-12-04 18:25:29 +02:00
README.md Move librustdoc readme to rustc guide 2018-03-12 20:09:50 -05:00
test.rs Use Idents for fields in HIR 2018-05-26 14:41:58 +03:00
theme.rs replace error/warning println with structured diag 2018-05-14 11:03:22 -05:00
visit_ast.rs rustdoc: Fix missing stability and src links for inlined external macros 2018-06-06 04:13:55 +01:00
visit_lib.rs Remove is_import field 2018-06-03 11:29:44 -06:00

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