rust/src/librustdoc
Huon Wilson e1e4816e16 rustdoc: whitelist the headers that get a § on hover.
Previously the :hover rules were making the links to the traits/types in
something like

    impl<K: Hash + Eq, V> ... { ... }

be displayed with a trailing `§` when hovered over. This commit
restricts that behaviour to specific headers, i.e. those that are known
to be section headers (like those rendered in markdown doc-comments, and
the "Modules", "Functions" etc. headings).
2014-03-12 15:01:25 -07:00
..
html rustdoc: whitelist the headers that get a § on hover. 2014-03-12 15:01:25 -07:00
clean.rs alpha-rename .ident to .name in Lifetime, including in rustdoc. 2014-03-12 08:02:32 +01:00
core.rs librustdoc: Fix librustdoc for the Vec<T> change. 2014-03-08 21:41:42 +01:00
doctree.rs Mark top level module as a crate in rustdoc, closes #12507 2014-02-26 14:00:00 +01:00
fold.rs Mark top level module as a crate in rustdoc, closes #12507 2014-02-26 14:00:00 +01:00
lib.rs rustdoc: add table-of-contents recording & rendering, use it with plain 2014-03-09 19:29:49 +11:00
markdown.rs doc: CSS fixes 2014-03-09 18:45:11 +01:00
passes.rs rustc: Move to FNV hashing for node/def ids 2014-03-06 17:45:48 -08:00
plugins.rs Move extra::json to libserialize 2014-02-24 09:51:39 -08:00
test.rs rustdoc: adding some common feature gates when testing a markdown file. 2014-03-09 19:34:40 +11:00
visit_ast.rs rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternMod to clean::ExternCrate 2014-03-07 15:57:45 +08:00