rust/src/librustdoc/html
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
..
static Auto merge of #20221 - liigo:rustdoc-sidebar-tooltips-v3, r=alexcrichton 2015-01-23 02:53:50 +00:00
escape.rs rollup merge of #21258: aturon/stab-3-index 2015-01-21 11:53:49 -08:00
format.rs rollup merge of #20179: eddyb/blind-items 2015-01-21 11:56:00 -08:00
highlight.rs use slicing sugar 2015-01-07 17:35:56 -05:00
item_type.rs rollup merge of #20179: eddyb/blind-items 2015-01-21 11:56:00 -08:00
layout.rs std: Rename Show/String to Debug/Display 2015-01-20 22:36:13 -08:00
markdown.rs Auto merge of #20221 - liigo:rustdoc-sidebar-tooltips-v3, r=alexcrichton 2015-01-23 02:53:50 +00:00
render.rs Auto merge of #20221 - liigo:rustdoc-sidebar-tooltips-v3, r=alexcrichton 2015-01-23 02:53:50 +00:00
toc.rs std: Rename Show/String to Debug/Display 2015-01-20 22:36:13 -08:00