1
Fork 0

Move doc alias discovery into the Attributes struct and some code improvements

This commit is contained in:
Guillaume Gomez 2020-05-04 15:26:17 +02:00
parent f581cf7544
commit 883c177abb
4 changed files with 15 additions and 39 deletions

View file

@ -972,7 +972,7 @@ function getSearchElement() {
desc: item.desc,
ty: item.ty,
parent: item.parent,
type: item.parent,
type: item.type,
is_alias: true,
};
}