rust/src/librustdoc
Guillaume Gomez 26315bf015 Rollup merge of #36045 - ollie27:rustdoc_titles3, r=steveklabnik
rustdoc: Add missing item types to page titles

Most pages include the item type in the title such as "Struct std::vec::Vec". However it is missing from the pages for foreign functions, type definitions, macros, statics and constants. This adds them so for example, instead of a title of "std::u32::MAX" it is "Constant std::u32::MAX" to match the others.

[before](https://doc.rust-lang.org/nightly/std/u32/constant.MAX.html) [after](https://ollie27.github.io/rust_doc_test/std/u32/constant.MAX.html)
[before](https://doc.rust-lang.org/nightly/std/io/type.Result.html) [after](https://ollie27.github.io/rust_doc_test/std/io/type.Result.html)

Previous discussions: #34345, #35003
2016-09-10 15:57:50 +02:00
..
clean Refactor TyStruct/TyEnum/TyUnion into TyAdt 2016-09-08 22:17:53 +03:00
html Rollup merge of #36045 - ollie27:rustdoc_titles3, r=steveklabnik 2016-09-10 15:57:50 +02:00
build.rs bootstrap: Add directives to not double-link libs 2016-02-11 11:12:32 -08:00
Cargo.toml Fix rustbuild 2016-08-29 14:27:40 -04:00
core.rs Auto merge of #36266 - Sawyer47:issue-35169, r=alexcrichton 2016-09-07 12:30:03 -07:00
doctree.rs Support unions in rustdoc 2016-09-03 13:39:34 +03:00
externalfiles.rs try! -> ? 2016-03-22 22:01:37 -05:00
fold.rs Support unions in rustdoc 2016-09-03 13:39:34 +03:00
lib.rs Replace _, _ with .. 2016-09-04 12:30:33 +03:00
markdown.rs Add the notion of a dependency tracking status to commandline arguments. 2016-08-11 09:56:00 -04:00
passes.rs Support unions in rustdoc 2016-09-03 13:39:34 +03:00
plugins.rs Remove rustdocs json format 2016-04-07 06:01:55 +02:00
test.rs Auto merge of #36266 - Sawyer47:issue-35169, r=alexcrichton 2016-09-07 12:30:03 -07:00
visit_ast.rs Support unions in rustdoc 2016-09-03 13:39:34 +03:00
visit_lib.rs Support unions in rustdoc 2016-09-03 13:39:34 +03:00