rust/src/librustdoc
Benjamin Herr d89a6ceb1b rustdoc: properly nest markup within enum variant lists (fixes #6605)
This indents all but the first line of multi-line annotations for
individual enum variants with four spaces so that pandoc will
recognize everything as belonging to the same list item.

Since that introduces `<p>` tags for some list items, I've gone ahead
and inserted blank lines after each list item so that consistently
get `<p>` tags for all `<li>`s documenting variants. It's a bit less
compact now but still tolerable, I think.
2013-05-26 12:06:32 +02:00
..
astsrv.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
attr_parser.rs librustc: Add some missing use core::prelude::*; in the test cases 2013-05-22 21:57:12 -07:00
attr_pass.rs librustc: Add some missing use core::prelude::*; in the test cases 2013-05-22 21:57:12 -07:00
config.rs cleanup warnings from librustdoc 2013-05-23 17:57:07 -07:00
demo.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
desc_to_brief_pass.rs cleanup warnings from librustdoc 2013-05-23 17:57:07 -07:00
doc.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
escape_pass.rs Remove unnecessary allocations flagged by lint from rustdoc 2013-05-21 22:55:07 +09:00
extract.rs cleanup warnings from librustdoc 2013-05-23 17:57:07 -07:00
fold.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
markdown_index_pass.rs cleanup warnings from librustdoc 2013-05-23 17:57:07 -07:00
markdown_pass.rs rustdoc: properly nest markup within enum variant lists (fixes #6605) 2013-05-26 12:06:32 +02:00
markdown_writer.rs librustc: Add some missing use core::prelude::*; in the test cases 2013-05-22 21:57:12 -07:00
page_pass.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
parse.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
pass.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
path_pass.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
prune_hidden_pass.rs Fix test fallout from removing vecs_implicitly_copyable 2013-05-14 12:25:19 -04:00
prune_private_pass.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
rustdoc.rc librustdoc: Rename std to extra. 2013-05-22 21:57:08 -07:00
sectionalize_pass.rs cleanup warnings from librustdoc 2013-05-23 17:57:07 -07:00
sort_item_name_pass.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
sort_item_type_pass.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
sort_pass.rs librustdoc: Rename std to extra. 2013-05-22 21:57:08 -07:00
text_pass.rs librustc: Add some missing use core::prelude::*; in the test cases 2013-05-22 21:57:12 -07:00
trim_pass.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
tystr_pass.rs librustc: Add some missing use core::prelude::*; in the test cases 2013-05-22 21:57:12 -07:00
unindent_pass.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
util.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00