1
Fork 0

rustdoc: Move parse_compound_fndoc into mod attr_parser

This commit is contained in:
Brian Anderson 2012-01-15 21:50:55 -08:00
parent 46a662ecb2
commit f3c4263635
3 changed files with 70 additions and 67 deletions

View file

@ -9,5 +9,6 @@
mod parse;
mod extract;
mod attr_parser;
mod doc;
mod gen;