1
Fork 0

rustdoc: Create an item tag to hold doc for all item types

This commit is contained in:
Brian Anderson 2012-01-28 14:00:35 -08:00
parent 2740a6b605
commit bfd8a14065
3 changed files with 12 additions and 0 deletions

View file

@ -43,6 +43,7 @@ fn moddoc_from_mod(
path: [],
brief: none,
desc: none,
items: [],
mods: doc::modlist(
vec::filter_map(module.items) {|item|
alt item.node {