1
Fork 0

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

@ -76,7 +76,8 @@ fn moddoc_from_mod(
none
}
}
})
}),
enums: doc::enumlist([])
}
}