rust/src/librustdoc
bors d8d5e4d217 Auto merge of #20221 - liigo:rustdoc-sidebar-tooltips-v3, r=alexcrichton
This pull request add tooltips to most links of sidebar.
The tooltips display "summary line" of items' document.

Some lengthy/annoying raw markdown code are eliminated, such as links and headers.
- `[Rust](http://rust-lang.org)` displays as `Rust` (no URLs)
- `# header` displays as `header` (no `#`s)

Some inline spans, e.g. ``` `code` ``` and ```*emphasis*```, are kept as they are, for better readable.

I've make sure `&` `'` `"` `<` and `>` are properly displayed in tooltips, for example, `&'a Option<T>`.

Online preview: http://liigo.com/tmp/tooltips/std/index.html

@alexcrichton @steveklabnik since you have reviewed my previous ([v1](https://github.com/rust-lang/rust/pull/13014),[v2](https://github.com/rust-lang/rust/pull/16448)) PRs of this serise, which have been closed for technical reasons. Thank you.
2015-01-23 02:53:50 +00:00
..
clean rollup merge of #20179: eddyb/blind-items 2015-01-21 11:56:00 -08:00
html Auto merge of #20221 - liigo:rustdoc-sidebar-tooltips-v3, r=alexcrichton 2015-01-23 02:53:50 +00:00
core.rs rustdoc: Add some re-exports 2015-01-17 22:54:24 -08:00
doctree.rs rustdoc: fix fallout of merging ast::ViewItem into ast::Item. 2015-01-21 16:27:26 +02:00
externalfiles.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
flock.rs Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichton 2015-01-21 02:16:50 +09:00
fold.rs Fix fallout from change, adding explicit Sized annotations where necessary. 2015-01-02 12:06:59 -05:00
lib.rs rollup merge of #21457: alexcrichton/issue-21436 2015-01-21 09:20:35 -08:00
markdown.rs Fallout from stabilization. 2015-01-21 08:11:07 -08:00
passes.rs rollup merge of #20179: eddyb/blind-items 2015-01-21 11:56:00 -08:00
plugins.rs Fix rustdoc 2014-09-30 12:52:47 -07:00
stability_summary.rs rustdoc: fix fallout of merging ast::ViewItem into ast::Item. 2015-01-21 16:27:26 +02:00
test.rs rustdoc: Accept string source in core::run_core 2015-01-17 22:54:23 -08:00
visit_ast.rs rustdoc: fix fallout of merging ast::ViewItem into ast::Item. 2015-01-21 16:27:26 +02:00