rustdoc: Create an item tag to hold doc for all item types
This commit is contained in:
parent
2740a6b605
commit
bfd8a14065
3 changed files with 12 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue