auto merge of #9577 : alexcrichton/rust/rustdoc, r=cmr
They're getting smaller each time though! The highlight of this round is source files in documentation. Still trying to figure out the best syntax-highlighting solution.
This commit is contained in:
commit
9cc11ca6a3
10 changed files with 313 additions and 136 deletions
|
@ -34,10 +34,11 @@ pub mod core;
|
|||
pub mod doctree;
|
||||
pub mod fold;
|
||||
pub mod html {
|
||||
pub mod render;
|
||||
pub mod escape;
|
||||
pub mod format;
|
||||
pub mod layout;
|
||||
pub mod markdown;
|
||||
pub mod format;
|
||||
pub mod render;
|
||||
}
|
||||
pub mod passes;
|
||||
pub mod plugins;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue