rustdoc: Add enums to the doc tree

This commit is contained in:
Brian Anderson
2012-01-24 22:45:34 -08:00
parent b779277dae
commit 61b5cc95d1
3 changed files with 23 additions and 4 deletions

View File

@@ -47,7 +47,8 @@ fn test_run_passes() {
desc: none,
mods: doc::modlist([]),
fns: doc::fnlist([]),
consts: doc::constlist([])
consts: doc::constlist([]),
enums: doc::enumlist([])
}
}
}
@@ -64,7 +65,8 @@ fn test_run_passes() {
desc: none,
mods: doc::modlist([]),
fns: doc::fnlist([]),
consts: doc::constlist([])
consts: doc::constlist([]),
enums: doc::enumlist([])
}
}
}