rustdoc: Add path_pass for recording full paths to mods

This commit is contained in:
Brian Anderson
2012-01-18 23:48:25 -08:00
parent c54f53b9d9
commit a5e0f037be
3 changed files with 51 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ fn run(source_file: str) {
let doc = extract::from_srv(srv, default_name);
run_passes(srv, doc, [
attr_pass::mk_pass(),
path_pass::mk_pass(),
// FIXME: This pass should be optional
prune_undoc_pass::mk_pass(),
tystr_pass::mk_pass(),