Move doc alias discovery into the Attributes struct and some code improvements
This commit is contained in:
parent
f581cf7544
commit
883c177abb
4 changed files with 15 additions and 39 deletions
|
@ -972,7 +972,7 @@ function getSearchElement() {
|
|||
desc: item.desc,
|
||||
ty: item.ty,
|
||||
parent: item.parent,
|
||||
type: item.parent,
|
||||
type: item.type,
|
||||
is_alias: true,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue