1
Fork 0

rustdoc: Move markdown-writing functions into gen module

This commit is contained in:
Brian Anderson 2012-01-15 15:23:07 -08:00
parent 140fbd3019
commit 555d5aed37
3 changed files with 47 additions and 47 deletions

View file

@ -8,4 +8,5 @@
#[crate_type = "bin"];
mod parse;
mod doc;
mod doc;
mod gen;