rust/src/librustdoc/html
Oliver Middleton 8154a6bc69 rustdoc: Don't add extra newlines for fully opaque structs
Changes the definition for opaque structs to look like `pub struct Vec<T>
{ /* fields omitted */ }` to save space on the page.

Also only use one line for empty braced structs.
2016-09-09 01:41:42 +01:00
..
static Support unions in rustdoc 2016-09-03 13:39:34 +03:00
escape.rs try! -> ? 2016-03-22 22:01:37 -05:00
format.rs Remove unnecessary 'Primitive' prefix on PrimitiveType enum variants. 2016-08-24 23:27:25 -07:00
highlight.rs Introduced NoDelim and modified the compiler to support it. 2016-07-19 16:05:44 -07:00
item_type.rs Fix rebase + address comments 2016-09-03 13:39:34 +03:00
layout.rs rustdoc: refactoring and tidying up 2016-08-17 10:30:39 +12:00
markdown.rs Add error code flag 2016-06-20 19:38:26 +02:00
render.rs rustdoc: Don't add extra newlines for fully opaque structs 2016-09-09 01:41:42 +01:00
toc.rs fix alignment 2016-03-22 22:03:54 -05:00