This commit is contained in:
Richard Davey 2019-11-22 17:00:22 +00:00
parent 4608a883ab
commit ede2290130
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ class Parser {
this.resolveObjects(docs);
// removes members inherited from classes
// possibly could be avoided if mixins were defined as such before JSDoc parses them and then we could globally remove all inherited (not
// overriden) members globally from the parsed DB
// overridden) members globally from the parsed DB
this.resolveInheritance(docs);
this.resolveParents(docs);
// add integer alias

File diff suppressed because one or more lines are too long